File tree 7 files changed +22
-7
lines changed
iframe-execution-environment-service
7 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " root" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"private" : true ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.1.2]
10
+ ### Changed
11
+ - Restore name of ` handshake ` method to ` ping ` ([ #90 ] ( https://github.com/MetaMask/snaps-skunkworks/pull/90 ) )
12
+
9
13
## [ 0.1.1]
10
14
### Added
11
15
- Out of band error support ([ #88 ] ( https://github.com/MetaMask/snaps-skunkworks/pull/88 ) )
@@ -53,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
53
57
### Added
54
58
- First semi-stable release.
55
59
56
- [ Unreleased ] : https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...HEAD
60
+ [ Unreleased ] : https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.2...HEAD
61
+ [ 0.1.2 ] : https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...v0.1.2
57
62
[ 0.1.1 ] : https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.1
58
63
[ 0.1.0 ] : https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.9...v0.1.0
59
64
[ 0.0.9 ] : https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.7...v0.0.9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/snap-controllers" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " Controllers for MetaMask Snaps." ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.1.2]
10
+ ### Changed
11
+ - Restore name of ` handshake ` method to ` ping ` ([ #90 ] ( https://github.com/MetaMask/snaps-skunkworks/pull/90 ) )
12
+
9
13
## [ 0.1.1]
10
14
### Added
11
15
- Out of band error support ([ #88 ] ( https://github.com/MetaMask/snaps-skunkworks/pull/88 ) )
@@ -25,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
29
### Added
26
30
- Initial release
27
31
28
- [ Unreleased ] : https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...HEAD
32
+ [ Unreleased ] : https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.2...HEAD
33
+ [ 0.1.2 ] : https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...v0.1.2
29
34
[ 0.1.1 ] : https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.1
30
35
[ 0.1.0 ] : https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.8...v0.1.0
31
36
[ 0.0.8 ] : https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...v0.0.8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/iframe-execution-environment-service" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/MetaMask/snaps-skunkworks.git"
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.1.2]
10
+ ### Changed
11
+ - Restore name of ` handshake ` method to ` ping ` ([ #90 ] ( https://github.com/MetaMask/snaps-skunkworks/pull/90 ) )
12
+
9
13
## [ 0.1.0]
10
14
### Changed
11
15
- ** (BREAKING)** Rename package to ` @metamask/snap-workers ` ([ #73 ] ( https://github.com/MetaMask/snaps-skunkworks/pull/73 ) )
@@ -22,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
26
### Added
23
27
- Initial release
24
28
25
- [ Unreleased ] : https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...HEAD
29
+ [ Unreleased ] : https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.2...HEAD
30
+ [ 0.1.2 ] : https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.2
26
31
[ 0.1.0 ] : https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...v0.1.0
27
32
[ 0.0.6 ] : https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.5...v0.0.6
28
33
[ 0.0.5 ] : https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.0.5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/snap-workers" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " Snap Web Workers for the MetaMask extension." ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments