Skip to content

Commit 98760dd

Browse files
authored
Merge pull request #11 from MetaMask/release/2.0.3
2.0.3
2 parents 9316d38 + c4f88a7 commit 98760dd

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [2.0.2]
9+
## [2.0.3]
10+
### Changed
11+
- Update entrypoint for package [#10](https://github.com/MetaMask/scure-bip39/pull/10)
12+
13+
## [2.0.2] [DEPRECATED]
1014
### Changed
1115
- change build output location to `/dist` [#9](https://github.com/MetaMask/scure-bip39/pull/9)
1216

@@ -18,7 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1822
### Changed
1923
- Apply patches to allow passing mnemonic as a Uint8Array instead of as a string [#1](https://github.com/MetaMask/scure-bip39/pull/1)
2024

21-
[Unreleased]: https://github.com/MetaMask/scure-bip39/compare/v2.0.2...HEAD
25+
[Unreleased]: https://github.com/MetaMask/scure-bip39/compare/v2.0.3...HEAD
26+
[2.0.3]: https://github.com/MetaMask/scure-bip39/compare/v2.0.2...v2.0.3
2227
[2.0.2]: https://github.com/MetaMask/scure-bip39/compare/v2.0.1...v2.0.2
2328
[2.0.1]: https://github.com/MetaMask/scure-bip39/compare/v2.0.0...v2.0.1
2429
[2.0.0]: https://github.com/MetaMask/scure-bip39/releases/tag/v2.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/scure-bip39",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "MetaMask fork of @scure/bip39: a secure, audited & minimal implementation of BIP39 mnemonic phrases",
55
"main": "./dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)