Skip to content

Commit 8d4b2d2

Browse files
github-actions[bot]github-actionslegobeat
authored
2.1.1 (#24)
--------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
1 parent f4b3729 commit 8d4b2d2

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.1.1]
10+
### Added
11+
- Add `node.engines` field indicating minimum Node.js version 16 to package manifest ([#21](https://github.com/MetaMask/scure-bip39/pull/21))
12+
13+
### Changed
14+
- Bump `@noble/hashes` from `~1.1.1` to `~1.3.2` ([#20](https://github.com/MetaMask/scure-bip39/pull/20))
15+
- Bump `@scure/base` from `~1.1.0` to `~1.1.3` ([#20](https://github.com/MetaMask/scure-bip39/pull/20))
16+
917
## [2.1.0]
1018
### Added
1119
- 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))
@@ -30,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3038
### Changed
3139
- Apply patches to allow passing mnemonic as a Uint8Array instead of as a string [#1](https://github.com/MetaMask/scure-bip39/pull/1)
3240

33-
[Unreleased]: https://github.com/MetaMask/scure-bip39/compare/v2.1.0...HEAD
41+
[Unreleased]: https://github.com/MetaMask/scure-bip39/compare/v2.1.1...HEAD
42+
[2.1.1]: https://github.com/MetaMask/scure-bip39/compare/v2.1.0...v2.1.1
3443
[2.1.0]: https://github.com/MetaMask/scure-bip39/compare/v2.0.4...v2.1.0
3544
[2.0.4]: https://github.com/MetaMask/scure-bip39/compare/v2.0.3...v2.0.4
3645
[2.0.3]: https://github.com/MetaMask/scure-bip39/compare/v2.0.2...v2.0.3

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