Skip to content

Commit 9852607

Browse files
github-actions[bot]github-actions
andauthored
0.6.1 (#184)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 9f6dfd6 commit 9852607

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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.6.1]
10+
### Uncategorized
11+
- added snapid + request schemas ([#183](https://github.com/MetaMask/api-specs/pull/183))
12+
913
## [0.6.0]
1014
### Uncategorized
1115
- Document Snap `wallet_*` methods ([#181](https://github.com/MetaMask/api-specs/pull/181))
@@ -133,7 +137,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
133137
### Fixed
134138
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))
135139

136-
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.6.0...HEAD
140+
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.6.1...HEAD
141+
[0.6.1]: https://github.com/MetaMask/api-specs/compare/v0.6.0...v0.6.1
137142
[0.6.0]: https://github.com/MetaMask/api-specs/compare/v0.5.0...v0.6.0
138143
[0.5.0]: https://github.com/MetaMask/api-specs/compare/v0.4.4...v0.5.0
139144
[0.4.4]: https://github.com/MetaMask/api-specs/compare/v0.4.3...v0.4.4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"typescript": "~4.8.4",
3636
"nodemon": "^2.0.22"
3737
},
38-
"version": "0.6.0"
38+
"version": "0.6.1"
3939
}

0 commit comments

Comments
 (0)