generated from MetaMask/metamask-module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description This is the release candidate for version 11.0.0. See the changelogs for more details.
- Loading branch information
Showing
7 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [8.0.0] | ||
|
||
### Changed | ||
|
||
- **BREAKING**: Bump `@metamask/eth-sig-util` dependency from `^7.0.3` to `^8.0.0` ([#79](https://github.com/MetaMask/accounts/pull/79)) | ||
- `signTypedData` no longer support `number` for addresses, see [here](https://github.com/MetaMask/eth-sig-util/blob/main/CHANGELOG.md#800). | ||
|
||
## [7.0.4] | ||
|
||
### Changed | ||
|
@@ -130,7 +137,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- Deserialize method (and `HdKeyring` constructor by extension) can no longer be passed an options object containing a value for `numberOfAccounts` if it is not also containing a value for `mnemonic`. | ||
- Package name changed from `eth-hd-keyring` to `@metamask/eth-hd-keyring`. | ||
|
||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected] | ||
[8.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[7.0.4]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[7.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[7.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [7.0.0] | ||
|
||
### Changed | ||
|
||
- **BREAKING**: Bump `@metamask/eth-sig-util` dependency from `^7.0.3` to `^8.0.0` ([#79](https://github.com/MetaMask/accounts/pull/79)) | ||
- `signTypedData` no longer support `number` for addresses, see [here](https://github.com/MetaMask/eth-sig-util/blob/main/CHANGELOG.md#800). | ||
- Use TypeScript 5 ([#55](https://github.com/MetaMask/accounts/pull/55)) | ||
|
||
## [6.0.5] | ||
|
||
### Changed | ||
|
@@ -85,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- **BREAKING:** Remove redundant `newGethSignMessage` method ([#72](https://github.com/MetaMask/eth-simple-keyring/pull/72)) | ||
- Consumers can use `signPersonalMessage` method as a replacement for `newGethSignMessage`. | ||
|
||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected] | ||
[7.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[6.0.5]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[6.0.4]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[6.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [5.0.0] | ||
|
||
### Changed | ||
|
||
- **BREAKING**: Bump `@metamask/eth-sig-util` dependency from `^7.0.3` to `^8.0.0` ([#79](https://github.com/MetaMask/accounts/pull/79)) | ||
- `signTypedData` no longer support `number` for addresses, see [here](https://github.com/MetaMask/eth-sig-util/blob/main/CHANGELOG.md#800). | ||
|
||
## [4.0.0] | ||
|
||
### Changed | ||
|
@@ -127,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
- Support new versions of ethereumjs/tx ([#88](https://github.com/metamask/eth-trezor-keyring/pull/88)) | ||
|
||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected] | ||
[5.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[4.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[3.1.3]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[3.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters