Skip to content

Commit

Permalink
4.0.0 (#34)
Browse files Browse the repository at this point in the history
* 4.0.0

* Update changelog

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Mark Stacey <[email protected]>
  • Loading branch information
3 people authored Nov 7, 2022
1 parent 68485db commit 9a34e58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.0]
### Added
- Allow decrypting and encrypting with exported and imported keys ([#29](https://github.com/MetaMask/browser-passworder/pull/29))

### Changed
- **BREAKING**: Set minimum Node.js version to v14 ([#24](https://github.com/MetaMask/browser-passworder/pull/24))

## [3.0.0]
### Added
- Add LICENSE file ([#1](https://github.com/MetaMask/browser-passworder/pull/1))
Expand All @@ -17,5 +24,6 @@ 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/v3.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/browser-passworder/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/MetaMask/browser-passworder/compare/v3.0.0...v4.0.0
[3.0.0]: https://github.com/MetaMask/browser-passworder/releases/tag/v3.0.0
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": "3.0.0",
"version": "4.0.0",
"description": "A simple browserifiable module for password-encrypting JS objects.",
"keywords": [
"Browser",
Expand Down

0 comments on commit 9a34e58

Please sign in to comment.