Skip to content

Commit 96247bb

Browse files
github-actions[bot]github-actions
andauthored
0.10.0 (#237)
Co-authored-by: github-actions <[email protected]>
1 parent 0a4175c commit 96247bb

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.10.0]
10+
### Uncategorized
11+
- Added Transport OpenRPC Document for the MultiChain API ([#236](https://github.com/MetaMask/api-specs/pull/236))
12+
913
## [0.9.3]
1014
### Uncategorized
1115
- 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
192196
### Fixed
193197
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))
194198

195-
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.9.3...HEAD
199+
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.0...HEAD
200+
[0.10.0]: https://github.com/MetaMask/api-specs/compare/v0.9.3...v0.10.0
196201
[0.9.3]: https://github.com/MetaMask/api-specs/compare/v0.9.2...v0.9.3
197202
[0.9.2]: https://github.com/MetaMask/api-specs/compare/v0.9.1...v0.9.2
198203
[0.9.1]: https://github.com/MetaMask/api-specs/compare/v0.9.0...v0.9.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
"ts-jest": "^29.0.5",
3737
"typescript": "~4.8.4"
3838
},
39-
"version": "0.9.3"
39+
"version": "0.10.0"
4040
}

0 commit comments

Comments
 (0)