Skip to content

Commit

Permalink
1.0.1 (#109)
Browse files Browse the repository at this point in the history
* 1.0.1

* chore: update changelog

* chore: update snap hash

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Daniel Rocha <[email protected]>
  • Loading branch information
3 people authored Oct 12, 2023
1 parent cbbbf39 commit 768210a
Show file tree
Hide file tree
Showing 5 changed files with 14 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": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "A simple keyring snap that integrates with MetaMask accounts.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Add alert banner for users ([#104](https://github.com/MetaMask/snap-simple-keyring/pull/104))
- Add alert banner for users ([#104](https://github.com/MetaMask/snap-simple-keyring/pull/104)).

## [0.4.0]

Expand Down
11 changes: 9 additions & 2 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.1]

### Changed

- Remove logs from Snap ([#108](https://github.com/MetaMask/snap-simple-keyring/pull/108)).

## [1.0.0]

### Changed

- Remove http://localhost:8000 from allowed origins ([#106](https://github.com/MetaMask/snap-simple-keyring/pull/106))
- Remove <http://localhost:8000> from allowed origins ([#106](https://github.com/MetaMask/snap-simple-keyring/pull/106)).

## [0.4.0]

Expand Down Expand Up @@ -98,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.4.0...v1.0.0
[0.4.0]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.3.0...v0.3.1
Expand Down
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": "1.0.0",
"version": "1.0.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": "1.0.0",
"version": "1.0.1",
"description": "An example of a key management snap for a simple keyring.",
"proposedName": "MetaMask Simple Snap Keyring",
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMask/snap-simple-keyring.git"
},
"source": {
"shasum": "nUXC7PvZod2V+cy1s0J/VVFPhQV7Gunh13i77J9fYhM=",
"shasum": "rBefvbSfjNsvzlhzUTNwlqk9lAecu/X7cP1ZOC/Wa2A=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 768210a

Please sign in to comment.