Skip to content

Commit

Permalink
6.0.0 (#69)
Browse files Browse the repository at this point in the history
* 6.0.0

* Update CHANGELOG.md

* Trigger CI

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Maarten Zuidhoorn <[email protected]>
  • Loading branch information
3 people authored Dec 17, 2024
1 parent f22054a commit 8ada625
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.0]
### Changed
- **BREAKING:** Increase minimum Node.js version to `^18.18` ([#66](https://github.com/MetaMask/browser-passworder/pull/66))
- Bump `@metamask/utils` from `^9.0.0` to `^11.0.1` ([#67](https://github.com/MetaMask/browser-passworder/pull/67))

## [5.0.1]
### Changed
- Bump `@metamask/utils` from `^8.2.0` to `^9.0.0` ([#63](https://github.com/MetaMask/browser-passworder/pull/63))
Expand Down Expand Up @@ -77,7 +82,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.1...HEAD
[Unreleased]: https://github.com/MetaMask/browser-passworder/compare/v6.0.0...HEAD
[6.0.0]: https://github.com/MetaMask/browser-passworder/compare/v5.0.1...v6.0.0
[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
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.1",
"version": "6.0.0",
"description": "A simple browserifiable module for password-encrypting JS objects.",
"keywords": [
"Browser",
Expand Down

0 comments on commit 8ada625

Please sign in to comment.