diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b372c..c558b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.0](https://github.com/0xProject/0x-parser/compare/v2.2.0...v2.3.0) (2024-09-26) + + +### Features + +* support linea + update polygon native symbol ([f2ff8c4](https://github.com/0xProject/0x-parser/commit/f2ff8c46c95efbcaa4760024de3af456b000b852)) + ## [2.2.0](https://github.com/0xProject/0x-parser/compare/v2.1.3...v2.2.0) (2024-09-24) diff --git a/package-lock.json b/package-lock.json index b2ca33c..bd43f06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@0x/0x-parser", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@0x/0x-parser", - "version": "2.2.0", + "version": "2.3.0", "license": "MIT", "devDependencies": { "@types/node": "^22.6.0", diff --git a/package.json b/package.json index 5bba77a..e82b97f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0x/0x-parser", - "version": "2.2.0", + "version": "2.3.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",