diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ddb037..d6e8c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.13.0](https://github.com/0xProject/0x-parser/compare/v2.12.0...v2.13.0) (2025-12-10) + + +### Features + +* Support transactions sent to forwarding multicall address ([#93](https://github.com/0xProject/0x-parser/issues/93)) ([f68007e](https://github.com/0xProject/0x-parser/commit/f68007ef00637b4d65e8f762aa4a0af0c9cae3d0)) + ## [2.12.0](https://github.com/0xProject/0x-parser/compare/v2.11.0...v2.12.0) (2025-11-23) diff --git a/package-lock.json b/package-lock.json index 1b194de..6efc29f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@0x/0x-parser", - "version": "2.12.0", + "version": "2.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@0x/0x-parser", - "version": "2.12.0", + "version": "2.13.0", "license": "MIT", "devDependencies": { "@types/node": "^24.5.2", diff --git a/package.json b/package.json index 9301125..8f5db61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0x/0x-parser", - "version": "2.12.0", + "version": "2.13.0", "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",