Skip to content

Commit

Permalink
0.1.1 (#38)
Browse files Browse the repository at this point in the history
* 0.1.1

* chore: update snap checksum

* docs: update changelogs

* chore: comment that there are no changes on site

* chore: fix linting errors on changelog

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Daniel Rocha <[email protected]>
  • Loading branch information
3 people authored Jun 23, 2023
1 parent dce9ca2 commit 14a6cc7
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snap-simple-keyring",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "A simple keyring snap that integrates with MetaMask accounts.",
"keywords": [
Expand Down
7 changes: 6 additions & 1 deletion packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] - 2023-06-23
### Changed
- No changes in this release.

## [0.1.0] - 2023-06-22
### Added
- Initial release.

[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/MetaMask/snap-simple-keyring/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snap-simple-keyring-site",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"license": "(MIT-0 OR Apache-2.0)",
"scripts": {
Expand Down
10 changes: 9 additions & 1 deletion packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] - 2023-06-23
### Changed
- Update snap's `README.md` ([#37](https://github.com/MetaMask/snap-simple-keyring/pull/37))

### Fixed
- Allow calls from `https://metamask.github.io` to the snap. ([#36](https://github.com/MetaMask/snap-simple-keyring/pull/36))

## [0.1.0] - 2023-06-22
### Added
- Initial release.

[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/MetaMask/snap-simple-keyring/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snap-simple-keyring-snap",
"version": "0.1.0",
"version": "0.1.1",
"description": "A simple keyring snap that integrates with MetaMask accounts.",
"keywords": [
"metamask",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.1.0",
"version": "0.1.1",
"description": "An example of a key management snap for a simple keyring.",
"proposedName": "MetaMask Snap Simple Keyring",
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMask/snap-simple-keyring.git"
},
"source": {
"shasum": "oNmDJsWpk+K1ZmHT/TpQiWXDbSQyddcQNv+IfGtBZ8M=",
"shasum": "M/7Sp0ZSH0Kubwb/KLLjdygwbbCj6v3RRASH5P6ptK4=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 14a6cc7

Please sign in to comment.