diff --git a/CHANGELOG.md b/CHANGELOG.md index b64d491..268dde0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.11.0](https://github.com/0xProject/0x-parser/compare/v2.10.3...v2.11.0) (2025-09-20) + + +### Features + +* introduce support for plasma ([#88](https://github.com/0xProject/0x-parser/issues/88)) ([ac85b13](https://github.com/0xProject/0x-parser/commit/ac85b13a75bda7650b533a6e604d7124228f4aec)) +* update dependencies ([#86](https://github.com/0xProject/0x-parser/issues/86)) ([e84596f](https://github.com/0xProject/0x-parser/commit/e84596f19fa50b8d8ffbe082ab7f9d89df07a22b)) + ## [2.10.3](https://github.com/0xProject/0x-parser/compare/v2.10.2...v2.10.3) (2025-06-12) diff --git a/package-lock.json b/package-lock.json index 8d30714..4b5e638 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@0x/0x-parser", - "version": "2.10.3", + "version": "2.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@0x/0x-parser", - "version": "2.10.3", + "version": "2.11.0", "license": "MIT", "devDependencies": { "@types/node": "^24.5.2", diff --git a/package.json b/package.json index 6f47fb7..2d66e9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0x/0x-parser", - "version": "2.10.3", + "version": "2.11.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",