From 514ea8a258c61eab32e4aa00650dec54b9e20779 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 5 Jan 2023 10:52:42 +0000 Subject: [PATCH 1/3] 3.4.0 --- CHANGELOG.md | 17 ++++++++++++++++- package.json | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 837bbddf..894ff567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.4.0] +### Uncategorized +- Fix missing checksum export ([#69](https://github.com/MetaMask/utils/pull/69)) +- Add versions and checksums ([#67](https://github.com/MetaMask/utils/pull/67)) +- Bump @metamask/eslint-config-jest from 11.0.0 to 11.1.0 ([#66](https://github.com/MetaMask/utils/pull/66)) +- Bump @metamask/eslint-config-typescript from 11.0.2 to 11.1.0 ([#65](https://github.com/MetaMask/utils/pull/65)) +- Bump @metamask/eslint-config-nodejs from 11.0.1 to 11.1.0 ([#64](https://github.com/MetaMask/utils/pull/64)) +- Bump @metamask/eslint-config from 11.0.2 to 11.1.0 ([#63](https://github.com/MetaMask/utils/pull/63)) +- Bump @metamask/eslint-config from 11.0.1 to 11.0.2 ([#61](https://github.com/MetaMask/utils/pull/61)) +- Bump @metamask/eslint-config-typescript from 11.0.0 to 11.0.2 ([#62](https://github.com/MetaMask/utils/pull/62)) +- Bump ESLint configs and related dependencies ([#60](https://github.com/MetaMask/utils/pull/60)) +- Use latest workflow from module template ([#48](https://github.com/MetaMask/utils/pull/48)) +- JSON RPC types now have default Params value ([#54](https://github.com/MetaMask/utils/pull/54)) + ## [3.3.1] ### Fixed - JSON-RPC parameters are now properly cast to Json upon validation ([#51](https://github.com/MetaMask/utils/pull/51)) @@ -93,7 +107,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.3.1...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v3.4.0...HEAD +[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 [3.2.0]: https://github.com/MetaMask/utils/compare/v3.1.0...v3.2.0 diff --git a/package.json b/package.json index 94a4433b..158b4c04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "3.3.1", + "version": "3.4.0", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase.", "repository": { "type": "git", From 0984821856dd9d1dccd2fa63ab44dc44c2583c12 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 5 Jan 2023 11:54:11 +0100 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 894ff567..4a750ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,18 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [3.4.0] -### Uncategorized -- Fix missing checksum export ([#69](https://github.com/MetaMask/utils/pull/69)) -- Add versions and checksums ([#67](https://github.com/MetaMask/utils/pull/67)) -- Bump @metamask/eslint-config-jest from 11.0.0 to 11.1.0 ([#66](https://github.com/MetaMask/utils/pull/66)) -- Bump @metamask/eslint-config-typescript from 11.0.2 to 11.1.0 ([#65](https://github.com/MetaMask/utils/pull/65)) -- Bump @metamask/eslint-config-nodejs from 11.0.1 to 11.1.0 ([#64](https://github.com/MetaMask/utils/pull/64)) -- Bump @metamask/eslint-config from 11.0.2 to 11.1.0 ([#63](https://github.com/MetaMask/utils/pull/63)) -- Bump @metamask/eslint-config from 11.0.1 to 11.0.2 ([#61](https://github.com/MetaMask/utils/pull/61)) -- Bump @metamask/eslint-config-typescript from 11.0.0 to 11.0.2 ([#62](https://github.com/MetaMask/utils/pull/62)) -- Bump ESLint configs and related dependencies ([#60](https://github.com/MetaMask/utils/pull/60)) -- Use latest workflow from module template ([#48](https://github.com/MetaMask/utils/pull/48)) -- JSON RPC types now have default Params value ([#54](https://github.com/MetaMask/utils/pull/54)) +### 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)) + +### Fixed +- JSON-RPC types now have a default generic `Params` value ([#54](https://github.com/MetaMask/utils/pull/54)) + ## [3.3.1] ### Fixed From 03e9f396d1f42916d7bb1e33208198d1043536ed Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 5 Jan 2023 11:56:04 +0100 Subject: [PATCH 3/3] Remove newline --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a750ef0..179b00cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - JSON-RPC types now have a default generic `Params` value ([#54](https://github.com/MetaMask/utils/pull/54)) - ## [3.3.1] ### Fixed - JSON-RPC parameters are now properly cast to Json upon validation ([#51](https://github.com/MetaMask/utils/pull/51))