From 741c39ed03cbe4e65a2d609726eac1537bcb0ad1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 13 Sep 2022 17:23:43 +0000 Subject: [PATCH 1/2] 2.0.2 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d2a52..4fc8977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.2] +### Uncategorized +- fix tests +- fix tests +- build to dist + ## [2.0.1] ### Added - add publishConfig [#6](https://github.com/MetaMask/scure-bip39/pull/6) @@ -14,6 +20,7 @@ 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.1...HEAD +[Unreleased]: https://github.com/MetaMask/scure-bip39/compare/v2.0.2...HEAD +[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 [2.0.0]: https://github.com/MetaMask/scure-bip39/releases/tag/v2.0.0 diff --git a/package.json b/package.json index 8bc4351..cc0d479 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/scure-bip39", - "version": "2.0.1", + "version": "2.0.2", "description": "MetaMask fork of @scure/bip39: a secure, audited & minimal implementation of BIP39 mnemonic phrases", "main": "index.js", "files": [ From 4e9f596cf298f485275d64ce7c54f4130cb595aa Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 13 Sep 2022 12:42:40 -0500 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc8977..db84db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [2.0.2] -### Uncategorized -- fix tests -- fix tests -- build to dist +### Changed +- change build output location to `/dist` [#9](https://github.com/MetaMask/scure-bip39/pull/9) -## [2.0.1] +## [2.0.1] [DEPRECATED] ### Added - add publishConfig [#6](https://github.com/MetaMask/scure-bip39/pull/6) -## [2.0.0] +## [2.0.0] [DEPRECATED] ### Changed - Apply patches to allow passing mnemonic as a Uint8Array instead of as a string [#1](https://github.com/MetaMask/scure-bip39/pull/1)