diff --git a/CHANGELOG.md b/CHANGELOG.md index 685e927..77b372c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/0xProject/0x-parser/compare/v2.1.3...v2.2.0) (2024-09-24) + + +### Features + +* support new chain, scroll ([5f5bed4](https://github.com/0xProject/0x-parser/commit/5f5bed4b72ac8975a55a70fb94adb2d2ed924260)) + ## [2.1.3](https://github.com/0xProject/0x-parser/compare/v2.1.2...v2.1.3) (2024-09-23) diff --git a/package-lock.json b/package-lock.json index 41aae36..b2ca33c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@0x/0x-parser", - "version": "2.1.3", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@0x/0x-parser", - "version": "2.1.3", + "version": "2.2.0", "license": "MIT", "devDependencies": { "@types/node": "^22.6.0", diff --git a/package.json b/package.json index 64fe4a9..5bba77a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0x/0x-parser", - "version": "2.1.3", + "version": "2.2.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",