From 02669c70bf6f60a1085e184039a226097e5e709b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 00:46:08 +0000 Subject: [PATCH 1/2] chore(main): release 2.13.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ddb037..49e09ed 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 + +* add last transfer heuristic for transactions which fail to parse ([#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", From fe47af43d35db58d11324623a070bfed96f44045 Mon Sep 17 00:00:00 2001 From: chib Date: Tue, 9 Dec 2025 19:21:20 -0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e09ed..d6e8c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Features -* add last transfer heuristic for transactions which fail to parse ([#93](https://github.com/0xProject/0x-parser/issues/93)) ([f68007e](https://github.com/0xProject/0x-parser/commit/f68007ef00637b4d65e8f762aa4a0af0c9cae3d0)) +* 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)