diff --git a/CHANGELOG.md b/CHANGELOG.md index 16029cd..2e61d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/0xProject/0x-parser/compare/v1.0.2...v1.0.3) (2024-03-01) + + +### Bug Fixes + +* bnb txs that do not transfer tokens to taker ([a1940e3](https://github.com/0xProject/0x-parser/commit/a1940e3d50de88d5fe7ba95fdac501ef77d09585)) + ## [1.0.2](https://github.com/0xProject/0x-parser/compare/v1.0.1...v1.0.2) (2023-09-10) diff --git a/package-lock.json b/package-lock.json index f6f23bc..4086b0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@0x/0x-parser", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@0x/0x-parser", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "devDependencies": { "@vitest/coverage-v8": "^0.34.6", diff --git a/package.json b/package.json index 83cdd29..c522173 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0x/0x-parser", - "version": "1.0.2", + "version": "1.0.3", "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",