Skip to content

Commit d4002ba

Browse files
github-actions[bot]github-actionsadonesky1
authored
2.0.4 (#13)
* 2.0.4 * update changelog Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Alex <adonesky@gmail.com>
1 parent 9e3501c commit d4002ba

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.0.4]
10+
### Fixed
11+
- Fixes file path to typescript types in `package.json` ([#12](https://github.com/MetaMask/scure-bip39/pull/12))
12+
913
## [2.0.3]
1014
### Changed
1115
- Update entrypoint for package [#10](https://github.com/MetaMask/scure-bip39/pull/10)
@@ -22,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2226
### Changed
2327
- Apply patches to allow passing mnemonic as a Uint8Array instead of as a string [#1](https://github.com/MetaMask/scure-bip39/pull/1)
2428

25-
[Unreleased]: https://github.com/MetaMask/scure-bip39/compare/v2.0.3...HEAD
29+
[Unreleased]: https://github.com/MetaMask/scure-bip39/compare/v2.0.4...HEAD
30+
[2.0.4]: https://github.com/MetaMask/scure-bip39/compare/v2.0.3...v2.0.4
2631
[2.0.3]: https://github.com/MetaMask/scure-bip39/compare/v2.0.2...v2.0.3
2732
[2.0.2]: https://github.com/MetaMask/scure-bip39/compare/v2.0.1...v2.0.2
2833
[2.0.1]: https://github.com/MetaMask/scure-bip39/compare/v2.0.0...v2.0.1

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.3",
3+
"version": "2.0.4",
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)