Skip to content

Commit

Permalink
v3.0.0 (#5)
Browse files Browse the repository at this point in the history
* 3.0.0

* Update changelog

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
Gudahtt and github-actions authored Aug 3, 2021
1 parent f495447 commit 3cc0436
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/MetaMask/browser-passworder/
## [3.0.0]
### Added
- Add LICENSE file ([#1](https://github.com/MetaMask/browser-passworder/pull/1))
- Previous versions were listed as being licensed as ISC, but the file was missing.

### Changed
- **BREAKING**: Rename package from `browser-passworder` to `@metamask/browser-passworder` ([#14](https://github.com/MetaMask/browser-passworder/pull/14))
- **BREAKING**: Set minimum Node.js version to v12 ([#9](https://github.com/MetaMask/browser-passworder/pull/9))
- 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
[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": "2.0.3",
"version": "3.0.0",
"description": "A simple browserifiable module for password-encrypting JS objects.",
"keywords": [
"Browser",
Expand Down

0 comments on commit 3cc0436

Please sign in to comment.