diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e19c1..9cf118b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/0xProject/0x-parser/compare/v2.0.0...v2.0.1) (2024-07-31) + + +### Bug Fixes + +* parse latest executeMetaTxn from base ([f6a825c](https://github.com/0xProject/0x-parser/commit/f6a825c79a0f47efcf85209a2ba8c4673caa9b36)) + ## [2.0.0](https://github.com/0xProject/0x-parser/compare/v1.2.5...v2.0.0) (2024-07-18) diff --git a/package-lock.json b/package-lock.json index 66cac86..b11003b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@0x/0x-parser", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@0x/0x-parser", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "devDependencies": { "@types/node": "^20.14.11", diff --git a/package.json b/package.json index 768ed51..3f0b44f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0x/0x-parser", - "version": "2.0.0", + "version": "2.0.1", "description": "🧾 Designed for 0x integrators: This library parses 0x transactions on EVM blockchains into a format that is both user-friendly and easy to understand.", "keywords": [ "0x",