From 9c5a51915b5097e26ad91c9c1b661b6b82af5bd2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 4 Jan 2023 21:11:33 +0000 Subject: [PATCH 1/2] 2.0.4 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d90805..32ad5a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.4] +### Uncategorized +- fix: ts types file path 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) @@ -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 diff --git a/package.json b/package.json index 180ffd1..81af72d 100644 --- a/package.json +++ b/package.json @@ -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": [ From 05b94eae08d0b50af5724f23f59aee8272b2e4c8 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 4 Jan 2023 15:16:27 -0600 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ad5a8..e082f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [2.0.4] -### Uncategorized -- fix: ts types file path in package.json ([#12](https://github.com/MetaMask/scure-bip39/pull/12)) +### Fixed +- Fixes file path to typescript types in `package.json` ([#12](https://github.com/MetaMask/scure-bip39/pull/12)) ## [2.0.3] ### Changed