Skip to content

Commit 60f5890

Browse files
github-actions[bot]github-actionsshanejonas
authored
0.1.2 (#91)
* 0.1.2 * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: github-actions <[email protected]> Co-authored-by: Shane <[email protected]>
1 parent ee6fd17 commit 60f5890

File tree

7 files changed

+22
-7
lines changed

7 files changed

+22
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/controllers/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.2]
10+
### Changed
11+
- Restore name of `handshake` method to `ping` ([#90](https://github.com/MetaMask/snaps-skunkworks/pull/90))
12+
913
## [0.1.1]
1014
### Added
1115
- 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
5357
### Added
5458
- First semi-stable release.
5559

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
5762
[0.1.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.1
5863
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.9...v0.1.0
5964
[0.0.9]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.7...v0.0.9

packages/controllers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snap-controllers",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Controllers for MetaMask Snaps.",
55
"repository": {
66
"type": "git",

packages/iframe-execution-environment-service/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.2]
10+
### Changed
11+
- Restore name of `handshake` method to `ping` ([#90](https://github.com/MetaMask/snaps-skunkworks/pull/90))
12+
913
## [0.1.1]
1014
### Added
1115
- 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
2529
### Added
2630
- Initial release
2731

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
2934
[0.1.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.1
3035
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.8...v0.1.0
3136
[0.0.8]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...v0.0.8

packages/iframe-execution-environment-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/iframe-execution-environment-service",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/MetaMask/snaps-skunkworks.git"

packages/workers/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.2]
10+
### Changed
11+
- Restore name of `handshake` method to `ping` ([#90](https://github.com/MetaMask/snaps-skunkworks/pull/90))
12+
913
## [0.1.0]
1014
### Changed
1115
- **(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
2226
### Added
2327
- Initial release
2428

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
2631
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...v0.1.0
2732
[0.0.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.5...v0.0.6
2833
[0.0.5]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.0.5

packages/workers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snap-workers",
3-
"version": "0.1.0",
3+
"version": "0.1.2",
44
"description": "Snap Web Workers for the MetaMask extension.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)