Skip to content

Commit 214e754

Browse files
github-actions[bot]github-actionsMajorLift
authored
5.0.1 (#64)
* 5.0.1 * Update CHANGELOG.md --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Jongsun Suh <[email protected]>
1 parent 9e661af commit 214e754

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.0.1]
10+
### Changed
11+
- Bump `@metamask/utils` from `^8.2.0` to `^9.0.0` ([#63](https://github.com/MetaMask/browser-passworder/pull/63))
12+
913
## [5.0.0]
1014
### Changed
1115
- **BREAKING:** Increase minimum Node.js version to 16; recommended to 18 ([#52](https://github.com/MetaMask/browser-passworder/pull/52))
@@ -73,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7377
- Convert to TypeScript ([#6](https://github.com/MetaMask/browser-passworder/pull/6))
7478
- Remove `browserify-unibabel` dependency ([#13](https://github.com/MetaMask/browser-passworder/pull/13))
7579

76-
[Unreleased]: https://github.com/MetaMask/browser-passworder/compare/v5.0.0...HEAD
80+
[Unreleased]: https://github.com/MetaMask/browser-passworder/compare/v5.0.1...HEAD
81+
[5.0.1]: https://github.com/MetaMask/browser-passworder/compare/v5.0.0...v5.0.1
7782
[5.0.0]: https://github.com/MetaMask/browser-passworder/compare/v4.3.0...v5.0.0
7883
[4.3.0]: https://github.com/MetaMask/browser-passworder/compare/v4.2.0...v4.3.0
7984
[4.2.0]: https://github.com/MetaMask/browser-passworder/compare/v4.1.0...v4.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/browser-passworder",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "A simple browserifiable module for password-encrypting JS objects.",
55
"keywords": [
66
"Browser",

0 commit comments

Comments
 (0)