Skip to content

Commit

Permalink
3.0.0 (#92)
Browse files Browse the repository at this point in the history
* 3.0.0

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Maarten Zuidhoorn <[email protected]>
  • Loading branch information
3 people authored Dec 17, 2024
1 parent b858ecd commit d11b27b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0]
### Changed
- **BREAKING:** Drop support for Node.js 16 ([#89](https://github.com/MetaMask/abi-utils/pull/89))
- Bump `@metamask/utils` from `^9.0.0` to `^11.0.1` ([#91](https://github.com/MetaMask/abi-utils/pull/91))

## [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))
Expand Down Expand Up @@ -53,7 +58,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.4...HEAD
[Unreleased]: https://github.com/MetaMask/abi-utils/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/MetaMask/abi-utils/compare/v2.0.4...v3.0.0
[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
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.4",
"version": "3.0.0",
"description": "Lightweight utilities for encoding and decoding Solidity ABI",
"keywords": [
"ethereum",
Expand Down

0 comments on commit d11b27b

Please sign in to comment.