Skip to content

Commit 2480526

Browse files
github-actions[bot]github-actionsMajorLiftMrtenz
authored
2.0.3 (#78)
* 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 <[email protected]> Co-authored-by: Jongsun Suh <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent b5d6e8b commit 2480526

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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

1113
### Fixed
1214
- Replace dependency `superstruct` with `@metamask/superstruct` `^3.0.0` ([#73](https://github.com/MetaMask/abi-utils/pull/73))
@@ -46,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4648
### Added
4749
- Initial release
4850

49-
[Unreleased]: https://github.com/MetaMask/abi-utils/compare/v2.0.2...HEAD
51+
[Unreleased]: https://github.com/MetaMask/abi-utils/compare/v2.0.3...HEAD
52+
[2.0.3]: https://github.com/MetaMask/abi-utils/compare/v2.0.2...v2.0.3
5053
[2.0.2]: https://github.com/MetaMask/abi-utils/compare/v2.0.1...v2.0.2
5154
[2.0.1]: https://github.com/MetaMask/abi-utils/compare/v2.0.0...v2.0.1
5255
[2.0.0]: https://github.com/MetaMask/abi-utils/compare/v1.2.0...v2.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/abi-utils",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Lightweight utilities for encoding and decoding Solidity ABI",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)