From f0ea69ff9372fd5eb6742172b16f4ffc21678247 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 04:32:29 +0900 Subject: [PATCH] 2.0.2 (#53) --------- Co-authored-by: github-actions Co-authored-by: legobt <6wbvkn0j@anonaddy.me> --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 589e3df..afc0b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.2] +### Changed +- Bump @metamask/utils from ^6.1.0 to ^8.1.0 ([#41](https://github.com/MetaMask/abi-utils/pull/41)) ([#50](https://github.com/MetaMask/abi-utils/pull/50)) ([#51](https://github.com/MetaMask/abi-utils/pull/51)) + ## [2.0.1] ### Changed - Bump @metamask/utils from ^5.0.2 to ^6.1.0 ([#35](https://github.com/MetaMask/abi-utils/pull/35)) @@ -36,7 +40,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.1...HEAD +[Unreleased]: https://github.com/MetaMask/abi-utils/compare/v2.0.2...HEAD +[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 [2.0.0]: https://github.com/MetaMask/abi-utils/compare/v1.2.0...v2.0.0 [1.2.0]: https://github.com/MetaMask/abi-utils/compare/v1.1.1...v1.2.0 diff --git a/package.json b/package.json index 1457399..85c0ccd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/abi-utils", - "version": "2.0.1", + "version": "2.0.2", "description": "Lightweight utilities for encoding and decoding Solidity ABI", "keywords": [ "ethereum",