Skip to content

Commit

Permalink
2.0.3 (#78)
Browse files Browse the repository at this point in the history
* 2.0.3

### Changed
- Bump `@metamask/utils` from `^8.1.0` to `^8.5.0` ([#73](#73), [#67](#67), [#64](#64), [#58](#58))

### Fixed
- Replace dependency `superstruct` with `@metamask/superstruct` `^3.0.0` ([#73](#73))
  - This fixes the issue of this package being unusable by any TypeScript project that uses `Node16` or `NodeNext` as its `moduleResolution` option.

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com>
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
  • Loading branch information
4 people committed Jun 26, 2024
1 parent b5d6e8b commit 2480526
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.3]
### Changed
- Bump `@metamask/utils` from `^8.4.0` to `^8.5.0` ([#73](https://github.com/MetaMask/abi-utils/pull/73))
- 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))

### Fixed
- Replace dependency `superstruct` with `@metamask/superstruct` `^3.0.0` ([#73](https://github.com/MetaMask/abi-utils/pull/73))
Expand Down Expand Up @@ -46,7 +48,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.2...HEAD
[Unreleased]: https://github.com/MetaMask/abi-utils/compare/v2.0.3...HEAD
[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
[2.0.0]: https://github.com/MetaMask/abi-utils/compare/v1.2.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/abi-utils",
"version": "2.0.2",
"version": "2.0.3",
"description": "Lightweight utilities for encoding and decoding Solidity ABI",
"keywords": [
"ethereum",
Expand Down

0 comments on commit 2480526

Please sign in to comment.