From 579924b4e84422c15b9a102b861313fae8cdc56c Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 6 Jan 2023 12:27:55 +0000 Subject: [PATCH 1/2] 3.4.1 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 179b00cc..6cc38921 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] +## [3.4.1] +### Uncategorized +- Bump `superstruct` to `1.0.3` ([#71](https://github.com/MetaMask/utils/pull/71)) + ## [3.4.0] ### Added - Add types and utility functions for validating versions and checksums ([#67](https://github.com/MetaMask/utils/pull/67), [#69](https://github.com/MetaMask/utils/pull/69)) @@ -100,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/MetaMask/utils/compare/v3.4.0...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v3.4.1...HEAD +[3.4.1]: https://github.com/MetaMask/utils/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/MetaMask/utils/compare/v3.3.1...v3.4.0 [3.3.1]: https://github.com/MetaMask/utils/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/MetaMask/utils/compare/v3.2.0...v3.3.0 diff --git a/package.json b/package.json index 05b0fcb2..2d997b67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "3.4.0", + "version": "3.4.1", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase.", "repository": { "type": "git", From a105c30a7e80b79b21dcf027007b56f631646a31 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Fri, 6 Jan 2023 13:29:28 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc38921..0cf4cbd2 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] ## [3.4.1] -### Uncategorized -- Bump `superstruct` to `1.0.3` ([#71](https://github.com/MetaMask/utils/pull/71)) +### Fixed +- Bump `superstruct` to `^1.0.3` ([#71](https://github.com/MetaMask/utils/pull/71)) ## [3.4.0] ### Added