Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]

## [2.0.4]
### Uncategorized
- Bump `@metamask/superstruct` to `^3.1.0`, `@metamask/utils` to `^9.0.0` ([#80](https://github.com/MetaMask/abi-utils/pull/80))
- Bump @metamask/superstruct from 3.0.0 to 3.1.0 ([#79](https://github.com/MetaMask/abi-utils/pull/79))

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