diff --git a/merged-packages/utils/CHANGELOG.md b/merged-packages/utils/CHANGELOG.md index db53018c1f..7d05c1c2cb 100644 --- a/merged-packages/utils/CHANGELOG.md +++ b/merged-packages/utils/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.3] +### Fixed +- Allow omitting JSON-RPC params when params can be undefined ([#29](https://github.com/MetaMask/utils/pull/29)) + ## [3.0.2] ### Fixed - Bump `superstruct` to ^0.16.5 ([#26](https://github.com/MetaMask/utils/pull/26)) @@ -59,7 +63,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.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v3.0.3...HEAD +[3.0.3]: https://github.com/MetaMask/utils/compare/v3.0.2...v3.0.3 [3.0.2]: https://github.com/MetaMask/utils/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/MetaMask/utils/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/MetaMask/utils/compare/v2.1.0...v3.0.0 diff --git a/merged-packages/utils/package.json b/merged-packages/utils/package.json index 1a2ed01cf5..03ab1dc374 100644 --- a/merged-packages/utils/package.json +++ b/merged-packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "3.0.2", + "version": "3.0.3", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase.", "repository": { "type": "git",