diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fbeeef..ed0a8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.5](https://github.com/0xProject/0x-parser/compare/v1.2.4...v1.2.5) (2024-07-17) + + +### Bug Fixes + +* filter from logs from taker for initial input ([fb218e5](https://github.com/0xProject/0x-parser/commit/fb218e5e50c59ac66eef36d33167fb1c772d5211)) + ## [1.2.4](https://github.com/0xProject/0x-parser/compare/v1.2.3...v1.2.4) (2024-07-16) diff --git a/package-lock.json b/package-lock.json index c7c99db..f7f31f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@0x/0x-parser", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@0x/0x-parser", - "version": "1.2.4", + "version": "1.2.5", "license": "MIT", "devDependencies": { "@types/node": "^20.14.0", diff --git a/package.json b/package.json index 238e02f..9b60ede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0x/0x-parser", - "version": "1.2.4", + "version": "1.2.5", "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",