Skip to content

Commit

Permalink
0.4.3 (#171)
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 Nov 1, 2023
1 parent 19aa10c commit f4dd6f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.3]
### Uncategorized
- Added web3_clientVersion ([#164](https://github.com/MetaMask/api-specs/pull/164))
- build(deps): bump @babel/traverse from 7.20.13 to 7.23.2 ([#170](https://github.com/MetaMask/api-specs/pull/170))
- Edit descriptions ([#166](https://github.com/MetaMask/api-specs/pull/166))
- Doc wallet_scanQRCode ([#167](https://github.com/MetaMask/api-specs/pull/167))

## [0.4.2]
### Uncategorized
- Added eth_requestAccounts ([#163](https://github.com/MetaMask/api-specs/pull/163))
Expand Down Expand Up @@ -109,7 +116,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.4.2...HEAD
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.4.3...HEAD
[0.4.3]: https://github.com/MetaMask/api-specs/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/MetaMask/api-specs/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/MetaMask/api-specs/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/MetaMask/api-specs/compare/v0.3.1...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"typescript": "~4.8.4",
"nodemon": "^2.0.22"
},
"version": "0.4.2"
"version": "0.4.3"
}

0 comments on commit f4dd6f8

Please sign in to comment.