Skip to content

Commit

Permalink
4.0.1 (#36)
Browse files Browse the repository at this point in the history
* 4.0.1

* Update changelog

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
  • Loading branch information
3 people authored Nov 7, 2022
1 parent 87ff45c commit bd958e0
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]

## [4.0.1]
### Fixed
- Fix publishing script ([#35](https://github.com/MetaMask/browser-passworder/pull/35))
- No functional changes from v4.0.0. This just makes it possible to publish to npm again. v4.0.0 was not published.

## [4.0.0]
### Added
- Allow decrypting and encrypting with exported and imported keys ([#29](https://github.com/MetaMask/browser-passworder/pull/29))
Expand All @@ -24,6 +29,7 @@ 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/v4.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/browser-passworder/compare/v4.0.1...HEAD
[4.0.1]: https://github.com/MetaMask/browser-passworder/compare/v4.0.0...v4.0.1
[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": "4.0.0",
"version": "4.0.1",
"description": "A simple browserifiable module for password-encrypting JS objects.",
"keywords": [
"Browser",
Expand Down

0 comments on commit bd958e0

Please sign in to comment.