Skip to content

Commit 3f0610b

Browse files
github-actions[bot]github-actionsFrederikBolding
authored
5.0.0 (#61)
* 5.0.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
1 parent 57c0edb commit 3f0610b

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [5.0.0]
10+
### Changed
11+
- **BREAKING:** Increase minimum Node.js version to 16; recommended to 18 ([#52](https://github.com/MetaMask/browser-passworder/pull/52))
12+
- Use `globalThis` over `global` and `window` ([#60](https://github.com/MetaMask/browser-passworder/pull/60))
13+
914
## [4.3.0]
1015
### Added
1116
- Added `isVaultUpdated` function to verify if a given vault was encrypted with the target encryption parameters. ([#53](https://github.com/MetaMask/browser-passworder/pull/53))
@@ -68,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6873
- Convert to TypeScript ([#6](https://github.com/MetaMask/browser-passworder/pull/6))
6974
- Remove `browserify-unibabel` dependency ([#13](https://github.com/MetaMask/browser-passworder/pull/13))
7075

71-
[Unreleased]: https://github.com/MetaMask/browser-passworder/compare/v4.3.0...HEAD
76+
[Unreleased]: https://github.com/MetaMask/browser-passworder/compare/v5.0.0...HEAD
77+
[5.0.0]: https://github.com/MetaMask/browser-passworder/compare/v4.3.0...v5.0.0
7278
[4.3.0]: https://github.com/MetaMask/browser-passworder/compare/v4.2.0...v4.3.0
7379
[4.2.0]: https://github.com/MetaMask/browser-passworder/compare/v4.1.0...v4.2.0
7480
[4.1.0]: https://github.com/MetaMask/browser-passworder/compare/v4.0.2...v4.1.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": "4.3.0",
3+
"version": "5.0.0",
44
"description": "A simple browserifiable module for password-encrypting JS objects.",
55
"keywords": [
66
"Browser",

0 commit comments

Comments
 (0)