From e35fa7d59863cc44129da76359cccee5f814610d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 10:54:14 +0200 Subject: [PATCH] 3.2.0 (#44) * 3.2.0 * Update CHANGELOG.md Co-authored-by: github-actions Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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",