Skip to content

Commit

Permalink
0.10.11 (#268)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Sep 18, 2024
1 parent cca8c9e commit 7e24e1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.11]
### Uncategorized
- fix: update eth spec version to latest ([#267](https://github.com/MetaMask/api-specs/pull/267))
- Update `README.md` ([#251](https://github.com/MetaMask/api-specs/pull/251))

## [0.10.10]
### Uncategorized
- fix: rename multichain methods ([#264](https://github.com/MetaMask/api-specs/pull/264))
Expand Down Expand Up @@ -242,7 +247,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))

[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.10...HEAD
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.11...HEAD
[0.10.11]: https://github.com/MetaMask/api-specs/compare/v0.10.10...v0.10.11
[0.10.10]: https://github.com/MetaMask/api-specs/compare/v0.10.9...v0.10.10
[0.10.9]: https://github.com/MetaMask/api-specs/compare/v0.10.8...v0.10.9
[0.10.8]: https://github.com/MetaMask/api-specs/compare/v0.10.7...v0.10.8
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"ts-jest": "^29.0.5",
"typescript": "~4.8.4"
},
"version": "0.10.10"
"version": "0.10.11"
}

0 comments on commit 7e24e1b

Please sign in to comment.