Skip to content

Commit

Permalink
0.6.1 (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Jan 30, 2024
1 parent 9f6dfd6 commit 9852607
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.1]
### Uncategorized
- added snapid + request schemas ([#183](https://github.com/MetaMask/api-specs/pull/183))

## [0.6.0]
### Uncategorized
- Document Snap `wallet_*` methods ([#181](https://github.com/MetaMask/api-specs/pull/181))
Expand Down Expand Up @@ -133,7 +137,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))

[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.6.1...HEAD
[0.6.1]: https://github.com/MetaMask/api-specs/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/MetaMask/api-specs/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/MetaMask/api-specs/compare/v0.4.4...v0.5.0
[0.4.4]: https://github.com/MetaMask/api-specs/compare/v0.4.3...v0.4.4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"typescript": "~4.8.4",
"nodemon": "^2.0.22"
},
"version": "0.6.0"
"version": "0.6.1"
}

0 comments on commit 9852607

Please sign in to comment.