From 9a34e5809934a28d1a533795770a2fc287fb3e7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 10:19:49 -0330 Subject: [PATCH] 4.0.0 (#34) * 4.0.0 * Update changelog Co-authored-by: github-actions Co-authored-by: Mark Stacey --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b6b36..0e1fdb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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 diff --git a/package.json b/package.json index 1cf45c3..b3ddd13 100644 --- a/package.json +++ b/package.json @@ -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",