Skip to content

Commit

Permalink
1.1.5 (#154)
Browse files Browse the repository at this point in the history
* 1.1.5

* feat: update CHANGELOG and rebuild snap

* fix: changelog spacing

* fix: changelog lint

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Kate Johnson <[email protected]>
  • Loading branch information
3 people authored Sep 6, 2024
1 parent 68fb7f7 commit 42b1258
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 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.1.4",
"version": "1.1.5",
"private": true,
"description": "A simple keyring snap that integrates with MetaMask accounts.",
"keywords": [
Expand Down
9 changes: 8 additions & 1 deletion packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.5]

### Added

- Add "metamask.github.io" to `allowedOrigins` list in the `endowment:keyring` ([#153](https://github.com/MetaMask/snap-simple-keyring/pull/153))

## [1.1.4]

### Added
Expand Down Expand Up @@ -145,7 +151,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.1.4...HEAD
[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.5...HEAD
[1.1.5]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.1...v1.1.2
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.1.4",
"version": "1.1.5",
"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.1.4",
"version": "1.1.5",
"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": "2OpCL3GJ3cWq+8uIZwxjmYjgn8EvU0h2rOsIXpVC1N4=",
"shasum": "1q2fkJV6OhkDpD0r8kJ/tGWJbNm9rA91vnIJbi79SFg=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 42b1258

Please sign in to comment.