diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e7b192..3cc9bc56 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] +## [3.2.0] +### Added +- Add `PendingJsonRpcResponse` type ([#43](https://github.com/MetaMask/utils/pull/43)) +- Add utils for converting between numbers and hex ([#41](https://github.com/MetaMask/utils/pull/41)) +- Add coercion utils ([#38](https://github.com/MetaMask/utils/pull/38)) + ## [3.1.0] ### Added - Add assertion utils ([#33](https://github.com/MetaMask/utils/pull/33)) @@ -73,7 +79,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.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v3.2.0...HEAD +[3.2.0]: https://github.com/MetaMask/utils/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/MetaMask/utils/compare/v3.0.3...v3.1.0 [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 diff --git a/package.json b/package.json index baca2331..3989b198 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "3.1.0", + "version": "3.2.0", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase.", "repository": { "type": "git",