Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0.4 #13

Merged
merged 2 commits into from
Jan 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.4]
### Fixed
- Fixes file path to typescript types in `package.json` ([#12](https://github.com/MetaMask/scure-bip39/pull/12))

## [2.0.3]
### Changed
- Update entrypoint for package [#10](https://github.com/MetaMask/scure-bip39/pull/10)
Expand All @@ -22,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### 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.3...HEAD
[Unreleased]: https://github.com/MetaMask/scure-bip39/compare/v2.0.4...HEAD
[2.0.4]: https://github.com/MetaMask/scure-bip39/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/MetaMask/scure-bip39/compare/v2.0.2...v2.0.3
[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
Expand Down
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.3",
"version": "2.0.4",
"description": "MetaMask fork of @scure/bip39: a secure, audited & minimal implementation of BIP39 mnemonic phrases",
"main": "./dist/index.js",
"files": [
Expand Down