Skip to content

Commit 417b0c0

Browse files
github-actions[bot]github-actions
andauthored
0.9.0 (#223)
Co-authored-by: github-actions <[email protected]>
1 parent b3d39b3 commit 417b0c0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.0]
10+
### Uncategorized
11+
- Fixed execution-apis spec version to specific commit + added API Reference docs to README ([#222](https://github.com/MetaMask/api-specs/pull/222))
12+
- remove Snaps methods ([#218](https://github.com/MetaMask/api-specs/pull/218))
13+
914
## [0.8.4]
1015
### Uncategorized
1116
- Fix eth_requestAccounts example ([#219](https://github.com/MetaMask/api-specs/pull/219))
@@ -174,7 +179,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
174179
### Fixed
175180
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))
176181

177-
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.8.4...HEAD
182+
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.9.0...HEAD
183+
[0.9.0]: https://github.com/MetaMask/api-specs/compare/v0.8.4...v0.9.0
178184
[0.8.4]: https://github.com/MetaMask/api-specs/compare/v0.8.3...v0.8.4
179185
[0.8.3]: https://github.com/MetaMask/api-specs/compare/v0.8.2...v0.8.3
180186
[0.8.2]: https://github.com/MetaMask/api-specs/compare/v0.8.1...v0.8.2

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.8.4"
39+
"version": "0.9.0"
4040
}

0 commit comments

Comments
 (0)