diff --git a/CHANGELOG.md b/CHANGELOG.md index 979722c..c956644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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 diff --git a/package.json b/package.json index fd17820..3828743 100644 --- a/package.json +++ b/package.json @@ -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": [