diff --git a/CHANGELOG.md b/CHANGELOG.md index aa0c8f5..6fbeeef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.4](https://github.com/0xProject/0x-parser/compare/v1.2.3...v1.2.4) (2024-07-16) + + +### Bug Fixes + +* use logs if taker received found in logs ([ef27691](https://github.com/0xProject/0x-parser/commit/ef27691991fb63238e7f853ece90d10d93dd0f8f)) + ## [1.2.3](https://github.com/0xProject/0x-parser/compare/v1.2.2...v1.2.3) (2024-07-10) diff --git a/package-lock.json b/package-lock.json index f6e31d9..c7c99db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@0x/0x-parser", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@0x/0x-parser", - "version": "1.2.3", + "version": "1.2.4", "license": "MIT", "devDependencies": { "@types/node": "^20.14.0", diff --git a/package.json b/package.json index bc93e4b..238e02f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0x/0x-parser", - "version": "1.2.3", + "version": "1.2.4", "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",