Skip to content

Commit

Permalink
5.0.1 (#64)
Browse files Browse the repository at this point in the history
* 5.0.1

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com>
  • Loading branch information
3 people authored Jul 9, 2024
1 parent 9e661af commit 214e754
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.1]
### Changed
- Bump `@metamask/utils` from `^8.2.0` to `^9.0.0` ([#63](https://github.com/MetaMask/browser-passworder/pull/63))

## [5.0.0]
### Changed
- **BREAKING:** Increase minimum Node.js version to 16; recommended to 18 ([#52](https://github.com/MetaMask/browser-passworder/pull/52))
Expand Down Expand Up @@ -73,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Convert to TypeScript ([#6](https://github.com/MetaMask/browser-passworder/pull/6))
- Remove `browserify-unibabel` dependency ([#13](https://github.com/MetaMask/browser-passworder/pull/13))

[Unreleased]: https://github.com/MetaMask/browser-passworder/compare/v5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/browser-passworder/compare/v5.0.1...HEAD
[5.0.1]: https://github.com/MetaMask/browser-passworder/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/MetaMask/browser-passworder/compare/v4.3.0...v5.0.0
[4.3.0]: https://github.com/MetaMask/browser-passworder/compare/v4.2.0...v4.3.0
[4.2.0]: https://github.com/MetaMask/browser-passworder/compare/v4.1.0...v4.2.0
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/browser-passworder",
"version": "5.0.0",
"version": "5.0.1",
"description": "A simple browserifiable module for password-encrypting JS objects.",
"keywords": [
"Browser",
Expand Down

0 comments on commit 214e754

Please sign in to comment.