You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
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
+
9
14
## [4.3.0]
10
15
### Added
11
16
- 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
68
73
- Convert to TypeScript ([#6](https://github.com/MetaMask/browser-passworder/pull/6))
0 commit comments