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",