Skip to content

Commit

Permalink
12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 6, 2023
1 parent abb9a20 commit 914714e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [12.0.1]
### Uncategorized
- fix(wallet): add back missing txData for signTransaction,sendTransaction ([#263](https://github.com/MetaMask/eth-json-rpc-middleware/pull/263))
- Bump @metamask/auto-changelog from 3.4.1 to 3.4.2 ([#261](https://github.com/MetaMask/eth-json-rpc-middleware/pull/261))
- Bump @metamask/auto-changelog from 3.4.0 to 3.4.1 ([#260](https://github.com/MetaMask/eth-json-rpc-middleware/pull/260))
- Bump @metamask/auto-changelog from 3.3.0 to 3.4.0 ([#257](https://github.com/MetaMask/eth-json-rpc-middleware/pull/257))
- Bump @metamask/json-rpc-engine from 7.1.1 to 7.2.0 ([#256](https://github.com/MetaMask/eth-json-rpc-middleware/pull/256))
- Bump @metamask/utils from 8.1.0 to 8.2.0 ([#258](https://github.com/MetaMask/eth-json-rpc-middleware/pull/258))
- Revert error should not be retried ([#254](https://github.com/MetaMask/eth-json-rpc-middleware/pull/254))
- Bump @babel/traverse from 7.19.1 to 7.23.2 ([#255](https://github.com/MetaMask/eth-json-rpc-middleware/pull/255))
- Bump @metamask/rpc-errors from 6.0.0 to 6.1.0 ([#253](https://github.com/MetaMask/eth-json-rpc-middleware/pull/253))
- Bump @metamask/eth-json-rpc-provider from 2.1.0 to 2.2.0 ([#252](https://github.com/MetaMask/eth-json-rpc-middleware/pull/252))
- Bump @metamask/auto-changelog from 3.2.0 to 3.3.0 ([#251](https://github.com/MetaMask/eth-json-rpc-middleware/pull/251))

## [12.0.0]
### Changed
- **BREAKING:** Minimum Node.js version is now v16 ([#243](https://github.com/MetaMask/eth-json-rpc-middleware/pull/243))
Expand Down Expand Up @@ -145,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `[email protected]` ([#53](https://github.com/MetaMask/eth-json-rpc-middleware/pull/53))
- `[email protected]` ([#55](https://github.com/MetaMask/eth-json-rpc-middleware/pull/55))

[Unreleased]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v12.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v12.0.1...HEAD
[12.0.1]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v12.0.0...v12.0.1
[12.0.0]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v11.0.2...v12.0.0
[11.0.2]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v11.0.1...v11.0.2
[11.0.1]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v11.0.0...v11.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-json-rpc-middleware",
"version": "12.0.0",
"version": "12.0.1",
"description": "Ethereum-related json-rpc-engine middleware.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 914714e

Please sign in to comment.