Skip to content

Commit c5b21e1

Browse files
github-actions[bot]github-actions
and
github-actions
authored
0.10.9 (#263)
Co-authored-by: github-actions <[email protected]>
1 parent 0f20b43 commit c5b21e1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
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.9]
10+
### Uncategorized
11+
- Update execution-apis reference ([#262](https://github.com/MetaMask/api-specs/pull/262))
12+
913
## [0.10.8]
1014
### Uncategorized
1115
- Remove 5203 and 5204 from provider_authorize ([#260](https://github.com/MetaMask/api-specs/pull/260))
@@ -234,7 +238,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
234238
### Fixed
235239
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))
236240

237-
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.8...HEAD
241+
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.9...HEAD
242+
[0.10.9]: https://github.com/MetaMask/api-specs/compare/v0.10.8...v0.10.9
238243
[0.10.8]: https://github.com/MetaMask/api-specs/compare/v0.10.7...v0.10.8
239244
[0.10.7]: https://github.com/MetaMask/api-specs/compare/v0.10.6...v0.10.7
240245
[0.10.6]: https://github.com/MetaMask/api-specs/compare/v0.10.5...v0.10.6

package.json

+1-1
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.10.8"
39+
"version": "0.10.9"
4040
}

0 commit comments

Comments
 (0)