From ef4a890c828dd86b4e2dd26b98b864e43e55a56d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 11:59:03 +0100 Subject: [PATCH] 3.4.0 (#70) * 3.4.0 * Update changelog * Remove newline Co-authored-by: github-actions Co-authored-by: Frederik Bolding --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 837bbddf..179b00cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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)) + +### 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)) @@ -93,7 +100,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",