From 5cdc1e93be3b2213ccd594edd0bfb1979a2c99ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 12:08:11 +0100 Subject: [PATCH] 3.3.0 (#50) * 3.3.0 * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: github-actions Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc9bc56..440fe7d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.3.0] +### Added +- Add more assertion utils ([#49](https://github.com/MetaMask/utils/pull/49)) +- Add JSON-RPC error validation functions ([#46](https://github.com/MetaMask/utils/pull/46)) +- Add convenience function for creating a `DataView` ([#45](https://github.com/MetaMask/utils/pull/45)) + +### Fixed +- Update JSON validation logic ([#47](https://github.com/MetaMask/utils/pull/47)) + - Validation would previously allow for `undefined` values, which is not a standard JSON type + ## [3.2.0] ### Added - Add `PendingJsonRpcResponse` type ([#43](https://github.com/MetaMask/utils/pull/43)) @@ -79,7 +89,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.2.0...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v3.3.0...HEAD +[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 [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 diff --git a/package.json b/package.json index 40005903..e93eb8ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "3.2.0", + "version": "3.3.0", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase.", "repository": { "type": "git",