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.10.2]
10+ ### Uncategorized
11+ - fix: provider_authorize scopes ([ #242 ] ( https://github.com/MetaMask/api-specs/pull/242 ) )
12+ - fix: change scope to scope string ([ #240 ] ( https://github.com/MetaMask/api-specs/pull/240 ) )
13+
914## [ 0.10.1]
1015### Uncategorized
1116- fix: add caip-27 + fix strings in yaml for multichain ([ #238 ] ( https://github.com/MetaMask/api-specs/pull/238 ) )
@@ -200,7 +205,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
200205### Fixed
201206- Fix release automation compatibility ([ #69 ] ( https://github.com/MetaMask/api-specs/pull/69 ) )
202207
203- [ Unreleased ] : https://github.com/MetaMask/api-specs/compare/v0.10.1...HEAD
208+ [ Unreleased ] : https://github.com/MetaMask/api-specs/compare/v0.10.2...HEAD
209+ [ 0.10.2 ] : https://github.com/MetaMask/api-specs/compare/v0.10.1...v0.10.2
204210[ 0.10.1 ] : https://github.com/MetaMask/api-specs/compare/v0.10.0...v0.10.1
205211[ 0.10.0 ] : https://github.com/MetaMask/api-specs/compare/v0.9.3...v0.10.0
206212[ 0.9.3 ] : https://github.com/MetaMask/api-specs/compare/v0.9.2...v0.9.3
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.10.1 "
39+ "version" : " 0.10.2 "
4040}
You can’t perform that action at this time.
0 commit comments