@metamask/snaps-cli 0.6.2 → 0.6.3

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.3]
10
+ ### Changed
11
+ - No changes this release.
12
+
9
13
  ## [0.6.2]
10
14
  ### Changed
11
15
  - No changes this release.
@@ -69,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
69
73
  - Example snaps ([#72](https://github.com/MetaMask/snaps-skunkworks/pull/72))
70
74
  - The examples now live in their own package, [`@metamask/snap-examples`](https://npmjs.com/package/@metamask/snap-examples).
71
75
 
72
- [Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.2...HEAD
76
+ [Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.3...HEAD
77
+ [0.6.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.2...v0.6.3
73
78
  [0.6.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.1...v0.6.2
74
79
  [0.6.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.0...v0.6.1
75
80
  [0.6.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.5.0...v0.6.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-cli",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
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.2",
39
+ "@metamask/snap-controllers": "^0.6.3",
40
40
  "browserify": "^17.0.0",
41
41
  "chokidar": "^3.0.2",
42
42
  "fast-deep-equal": "^2.0.1",