Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

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

## [Unreleased]

## [5.1.0]
### Uncategorized
- Revert "5.1.0 (#151)" ([#151](https://github.com/MetaMask/eth-simple-keyring/pull/151))
- fix(publish): mark scripts as executable ([#157](https://github.com/MetaMask/eth-simple-keyring/pull/157))
- 5.1.0 ([#151](https://github.com/MetaMask/eth-simple-keyring/pull/151))
- deps: @metamask/utils@^5.0.0->^5.0.2 ([#155](https://github.com/MetaMask/eth-simple-keyring/pull/155))
- Add validateMessage option to signMessage ([#148](https://github.com/MetaMask/eth-simple-keyring/pull/148))
- deps: @metamask/eth-sig-util@^5.0.2->^6.0.1 ([#149](https://github.com/MetaMask/eth-simple-keyring/pull/149))
- Bump word-wrap from 1.2.3 to 1.2.4 ([#147](https://github.com/MetaMask/eth-simple-keyring/pull/147))
- Bump semver from 6.3.0 to 6.3.1 ([#146](https://github.com/MetaMask/eth-simple-keyring/pull/146))
- Bump @metamask/eth-sig-util from 5.0.3 to 5.1.0 ([#144](https://github.com/MetaMask/eth-simple-keyring/pull/144))
- Bump @metamask/eth-sig-util from 5.0.2 to 5.0.3 ([#143](https://github.com/MetaMask/eth-simple-keyring/pull/143))
- Bump @metamask/utils from 5.0.0 to 5.0.1 ([#141](https://github.com/MetaMask/eth-simple-keyring/pull/141))
- Typescript migration + standardization ([#140](https://github.com/MetaMask/eth-simple-keyring/pull/140))
- Bump http-cache-semantics from 4.1.0 to 4.1.1 ([#137](https://github.com/MetaMask/eth-simple-keyring/pull/137))
- Delete `.yarnrc` file ([#136](https://github.com/MetaMask/eth-simple-keyring/pull/136))
- fix build-lint-test typo ([#134](https://github.com/MetaMask/eth-simple-keyring/pull/134))
- Bump json5 from 1.0.1 to 1.0.2 ([#133](https://github.com/MetaMask/eth-simple-keyring/pull/133))
- Bump qs from 6.5.2 to 6.5.3 ([#128](https://github.com/MetaMask/eth-simple-keyring/pull/128))

## [5.0.0]
### Changed
- **BREAKING:** Makes version-specific `signTypedData` methods private ([#84](https://github.com/MetaMask/eth-simple-keyring/pull/84))
Expand All @@ -21,5 +41,6 @@ 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/eth-simple-keyring/compare/v5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/eth-simple-keyring/compare/v5.1.0...HEAD
[5.1.0]: https://github.com/MetaMask/eth-simple-keyring/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/MetaMask/eth-simple-keyring/releases/tag/v5.0.0
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-simple-keyring",
"version": "5.0.0",
"version": "5.1.0",
"description": "A simple standard interface for a series of Ethereum private keys.",
"keywords": [
"ethereum",
Expand Down

0 comments on commit cfe359e

Please sign in to comment.