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

6.0.2 #178

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
6.0.2
  • Loading branch information
github-actions committed Jul 1, 2024
commit 980748c659707123195aea3b5ebff88ed55ff35a
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.2]
### Uncategorized
- Bump `@metamask/utils` from `^8.1.0` to `^9.0.0` ([#177](https://github.com/MetaMask/eth-simple-keyring/pull/177))
- Bump tar from 6.1.13 to 6.2.1 ([#173](https://github.com/MetaMask/eth-simple-keyring/pull/173))
- chore(devdeps): @lavamoat/allow-scripts@^3.0.0->^3.0.4 ([#175](https://github.com/MetaMask/eth-simple-keyring/pull/175))
- ci: update security code scanner file ([#172](https://github.com/MetaMask/eth-simple-keyring/pull/172))
- chore: update CODEOWNERS ([#171](https://github.com/MetaMask/eth-simple-keyring/pull/171))
- Enabling security code scanner ([#170](https://github.com/MetaMask/eth-simple-keyring/pull/170))
- Bump ip from 2.0.0 to 2.0.1 ([#169](https://github.com/MetaMask/eth-simple-keyring/pull/169))

## [6.0.1]
### Fixed
- Treat `undefined` and `null` as empty array in deserialize function ([#163](https://github.com/MetaMask/eth-simple-keyring/pull/163))
Expand Down Expand Up @@ -44,7 +54,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/eth-simple-keyring/compare/v6.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/eth-simple-keyring/compare/v6.0.2...HEAD
[6.0.2]: https://github.com/MetaMask/eth-simple-keyring/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/MetaMask/eth-simple-keyring/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/MetaMask/eth-simple-keyring/compare/v5.1.1...v6.0.0
[5.1.1]: https://github.com/MetaMask/eth-simple-keyring/compare/v5.1.0...v5.1.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-simple-keyring",
"version": "6.0.1",
"version": "6.0.2",
"description": "A simple standard interface for a series of Ethereum private keys.",
"keywords": [
"ethereum",
Expand Down