Skip to content

Commit 3deff2a

Browse files
github-actions[bot]github-actionsmirceanis
authored
1.1.2 (#129)
This is the release candidate for version 1.1.2. --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Mircea Nistor <[email protected]>
1 parent e58e70c commit 3deff2a

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.2]
11+
12+
### Fixed
13+
14+
- fix: Update endowment:rpc to allow snaps and add gator snap to initialConnections ([#128](https://github.com/MetaMask/message-signing-snap/pull/128))
15+
1016
## [1.1.1]
1117

1218
### Fixed
@@ -97,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
97103
- JSON-RPC docs & README.
98104
- Update Snap Icon ([#1](https://github.com/MetaMask/message-signing-snap/pull/1))
99105

100-
[Unreleased]: https://github.com/MetaMask/message-signing-snap/compare/v1.1.1...HEAD
106+
[Unreleased]: https://github.com/MetaMask/message-signing-snap/compare/v1.1.2...HEAD
107+
[1.1.2]: https://github.com/MetaMask/message-signing-snap/compare/v1.1.1...v1.1.2
101108
[1.1.1]: https://github.com/MetaMask/message-signing-snap/compare/v1.1.0...v1.1.1
102109
[1.1.0]: https://github.com/MetaMask/message-signing-snap/compare/v1.0.0...v1.1.0
103110
[1.0.0]: https://github.com/MetaMask/message-signing-snap/compare/v0.7.0...v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/message-signing-snap",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Provide automatic message signing (no user interaction) using a pseudo randomly generated private key",
55
"homepage": "https://github.com/MetaMask/message-signing-snap#readme",
66
"bugs": {

snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "1.1.1",
2+
"version": "1.1.2",
33
"description": "Provides public key and message signing used for signing in with MetaMask",
44
"proposedName": "Sign in with MetaMask",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/MetaMask/message-signing-snap.git"
88
},
99
"source": {
10-
"shasum": "+eN4x8N9pWaBqBtmoHRZLnSSLq8mW9nhBWR2B6rE4lw=",
10+
"shasum": "HWZ8hcJfaFq0sleE9d/eGuHTQou3kaBneWbSa24ubls=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)