File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 3636 "ts-jest" : " ^29.0.5" ,
3737 "typescript" : " ~4.8.4"
3838 },
39- "version" : " 0.8.4 "
39+ "version" : " 0.9.0 "
4040}
You can’t perform that action at this time.
0 commit comments