Skip to content

Commit

Permalink
Merge pull request #9 from MetaMask/release/2.0.2
Browse files Browse the repository at this point in the history
2.0.2
  • Loading branch information
rickycodes committed Sep 13, 2022
2 parents 293a0d7 + 4e9f596 commit ede11a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.1]
## [2.0.2]
### Changed
- change build output location to `/dist` [#9](https://github.com/MetaMask/scure-bip39/pull/9)

## [2.0.1] [DEPRECATED]
### Added
- add publishConfig [#6](https://github.com/MetaMask/scure-bip39/pull/6)

## [2.0.0]
## [2.0.0] [DEPRECATED]
### Changed
- Apply patches to allow passing mnemonic as a Uint8Array instead of as a string [#1](https://github.com/MetaMask/scure-bip39/pull/1)

[Unreleased]: https://github.com/MetaMask/scure-bip39/compare/v2.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/scure-bip39/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/MetaMask/scure-bip39/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/MetaMask/scure-bip39/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/MetaMask/scure-bip39/releases/tag/v2.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/scure-bip39",
"version": "2.0.1",
"version": "2.0.2",
"description": "MetaMask fork of @scure/bip39: a secure, audited & minimal implementation of BIP39 mnemonic phrases",
"main": "index.js",
"files": [
Expand Down

0 comments on commit ede11a4

Please sign in to comment.