From 985260723ec101e465707bb6b05bc3edd5fe4777 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:00:30 -0800 Subject: [PATCH] 0.6.1 (#184) Co-authored-by: github-actions --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b28df3..e55d788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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 diff --git a/package.json b/package.json index 0a6fff7..d40d26d 100644 --- a/package.json +++ b/package.json @@ -35,5 +35,5 @@ "typescript": "~4.8.4", "nodemon": "^2.0.22" }, - "version": "0.6.0" + "version": "0.6.1" }