Skip to content

Commit

Permalink
0.10.6 (#256)
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 Aug 29, 2024
1 parent 4607de3 commit d122bcc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.6]
### Uncategorized
- fix: error codes for caip-25 ([#255](https://github.com/MetaMask/api-specs/pull/255))
- Filter out eth_blobBaseFee ([#254](https://github.com/MetaMask/api-specs/pull/254))
- fix: filter unsupported methods ([#249](https://github.com/MetaMask/api-specs/pull/249))

## [0.10.5]
### Uncategorized
- Fix TypedData schema ([#252](https://github.com/MetaMask/api-specs/pull/252))
Expand Down Expand Up @@ -220,7 +226,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.5...HEAD
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.6...HEAD
[0.10.6]: https://github.com/MetaMask/api-specs/compare/v0.10.5...v0.10.6
[0.10.5]: https://github.com/MetaMask/api-specs/compare/v0.10.4...v0.10.5
[0.10.4]: https://github.com/MetaMask/api-specs/compare/v0.10.3...v0.10.4
[0.10.3]: https://github.com/MetaMask/api-specs/compare/v0.10.2...v0.10.3
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.5"
"version": "0.10.6"
}

0 comments on commit d122bcc

Please sign in to comment.