Skip to content

Commit

Permalink
2.1.1 (#24)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
  • Loading branch information
3 people committed Oct 3, 2023
1 parent f4b3729 commit 8d4b2d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.1]
### Added
- Add `node.engines` field indicating minimum Node.js version 16 to package manifest ([#21](https://github.com/MetaMask/scure-bip39/pull/21))

### Changed
- Bump `@noble/hashes` from `~1.1.1` to `~1.3.2` ([#20](https://github.com/MetaMask/scure-bip39/pull/20))
- Bump `@scure/base` from `~1.1.0` to `~1.1.3` ([#20](https://github.com/MetaMask/scure-bip39/pull/20))

## [2.1.0]
### Added
- Update `mnemonicToSeed` (async version) to accept mnemonic arg formatted as `Uint8Array` the same as the synchronous version already does ([#14](https://github.com/MetaMask/scure-bip39/pull/14))
Expand All @@ -30,7 +38,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.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/scure-bip39/compare/v2.1.1...HEAD
[2.1.1]: https://github.com/MetaMask/scure-bip39/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/MetaMask/scure-bip39/compare/v2.0.4...v2.1.0
[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
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.1.0",
"version": "2.1.1",
"description": "MetaMask fork of @scure/bip39: a secure, audited & minimal implementation of BIP39 mnemonic phrases",
"main": "./dist/index.js",
"files": [
Expand Down

0 comments on commit 8d4b2d2

Please sign in to comment.