@metamask/snaps-cli 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -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.6.2]
10
+ ### Changed
11
+ - No changes this release.
12
+
9
13
  ## [0.6.1]
10
14
  ### Fixed
11
15
  - `mm-snap init` Snap `snap_confirm` call ([#168](https://github.com/MetaMask/snaps-skunkworks/pull/168))
@@ -65,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
65
69
  - Example snaps ([#72](https://github.com/MetaMask/snaps-skunkworks/pull/72))
66
70
  - The examples now live in their own package, [`@metamask/snap-examples`](https://npmjs.com/package/@metamask/snap-examples).
67
71
 
68
- [Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.1...HEAD
72
+ [Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.2...HEAD
73
+ [0.6.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.1...v0.6.2
69
74
  [0.6.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.0...v0.6.1
70
75
  [0.6.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.5.0...v0.6.0
71
76
  [0.5.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.4.0...v0.5.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-cli",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "A CLI for developing MetaMask Snaps.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,7 +36,7 @@
36
36
  "publish": "../../scripts/publish-package.sh"
37
37
  },
38
38
  "dependencies": {
39
- "@metamask/snap-controllers": "^0.6.1",
39
+ "@metamask/snap-controllers": "^0.6.2",
40
40
  "browserify": "^17.0.0",
41
41
  "chokidar": "^3.0.2",
42
42
  "fast-deep-equal": "^2.0.1",