From 96247bba3933ce4ac870812ec3f1dbea0e20dcbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 07:02:42 -0700 Subject: [PATCH] 0.10.0 (#237) 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 23151b3..e9ae503 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.10.0] +### Uncategorized +- Added Transport OpenRPC Document for the MultiChain API ([#236](https://github.com/MetaMask/api-specs/pull/236)) + ## [0.9.3] ### Uncategorized - Fixed npm publish via downgrading action ([#229](https://github.com/MetaMask/api-specs/pull/229)) @@ -192,7 +196,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.9.3...HEAD +[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/MetaMask/api-specs/compare/v0.9.3...v0.10.0 [0.9.3]: https://github.com/MetaMask/api-specs/compare/v0.9.2...v0.9.3 [0.9.2]: https://github.com/MetaMask/api-specs/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/MetaMask/api-specs/compare/v0.9.0...v0.9.1 diff --git a/package.json b/package.json index 617cc3d..18b36e7 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "ts-jest": "^29.0.5", "typescript": "~4.8.4" }, - "version": "0.9.3" + "version": "0.10.0" }