From 5a897fe3ef6f50a115a31801fd3d15e3d96de301 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:19:05 -0400 Subject: [PATCH] 2.0.4 (#81) * 2.0.4 * Update CHANGELOG.md --------- Co-authored-by: github-actions Co-authored-by: Jongsun Suh --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a36b9ea..b14e08c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.4] +### Changed +- Bump `@metamask/superstruct` from `^3.0.0` to `^3.1.0` ([#79](https://github.com/MetaMask/abi-utils/pull/79), [#80](https://github.com/MetaMask/abi-utils/pull/80)) +- Bump `@metamask/utils` from `^8.5.0` to `^9.0.0` ([#80](https://github.com/MetaMask/abi-utils/pull/80)) + ## [2.0.3] ### Changed - Bump `@metamask/utils` from `^8.1.0` to `^8.5.0` ([#73](https://github.com/MetaMask/abi-utils/pull/73), [#67](https://github.com/MetaMask/abi-utils/pull/67), [#64](https://github.com/MetaMask/abi-utils/pull/64), [#58](https://github.com/MetaMask/abi-utils/pull/58)) @@ -48,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/MetaMask/abi-utils/compare/v2.0.3...HEAD +[Unreleased]: https://github.com/MetaMask/abi-utils/compare/v2.0.4...HEAD +[2.0.4]: https://github.com/MetaMask/abi-utils/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/MetaMask/abi-utils/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/MetaMask/abi-utils/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/MetaMask/abi-utils/compare/v2.0.0...v2.0.1 diff --git a/package.json b/package.json index 3bcfd0d..073547b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/abi-utils", - "version": "2.0.3", + "version": "2.0.4", "description": "Lightweight utilities for encoding and decoding Solidity ABI", "keywords": [ "ethereum",