Skip to content

Commit d9b8867

Browse files
authored
Release/531.0.0 (MetaMask#6453)
## Explanation Initial release for `@metamask/eip-5792-middleware` ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs), highlighting breaking changes as necessary - [ ] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
1 parent 50fd1bd commit d9b8867

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

packages/eip-5792-middleware/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0]
11+
1012
### Added
1113

12-
- Initial release
14+
- Initial release ([#6453](https://github.com/MetaMask/core/pull/6453))
1315

14-
[Unreleased]: https://github.com/MetaMask/core/
16+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@1.0.0...HEAD
17+
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/eip-5792-middleware@1.0.0

packages/eip-5792-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eip-5792-middleware",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Implements the JSON-RPC methods for sending multiple calls from the user's wallet, and checking their status, as referenced in EIP-5792",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)