Skip to content

Commit 6a0c84f

Browse files
github-actions[bot]github-actionsshanejonas
authored
0.0.8 (#52)
* 0.0.8 * Update CHANGELOG.md Co-authored-by: github-actions <[email protected]> Co-authored-by: Shane <[email protected]>
1 parent 9bf60a5 commit 6a0c84f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"workspaces": [
55
"packages/*"
66
],
7-
"version": "0.0.7",
7+
"version": "0.0.8",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/MetaMask/snaps-skunkworks.git"

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

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

77
## [Unreleased]
88

9+
## [0.0.8]
10+
### Added
11+
- JSON-RPC error support for iframe execution environment `executePlugin` ([#51](https://github.com/MetaMask/snaps-skunkworks/pull/51))
12+
913
## [0.0.6]
1014
### Added
1115
- Initial release
1216

13-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...HEAD
17+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.8...HEAD
18+
[0.0.8]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...v0.0.8
1419
[0.0.6]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.0.6

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mm-snap/iframe-execution-environment-service",
3-
"version": "0.0.6",
3+
"version": "0.0.8",
44
"main": "dist/index.js",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)