diff --git a/CHANGELOG.md b/CHANGELOG.md index 338d8f0..e130c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.14.3](https://github.com/0xProject/0x-parser/compare/v2.14.2...v2.14.3) (2026-03-16) + + +### Bug Fixes + +* update typescript dep ([#108](https://github.com/0xProject/0x-parser/issues/108)) ([153bea4](https://github.com/0xProject/0x-parser/commit/153bea4c271a8e817487a386020d0f509b7d728a)) + ## [2.14.2](https://github.com/0xProject/0x-parser/compare/v2.14.1...v2.14.2) (2026-03-16) diff --git a/package-lock.json b/package-lock.json index e9a22fc..5faa4e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@0x/0x-parser", - "version": "2.14.2", + "version": "2.14.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@0x/0x-parser", - "version": "2.14.2", + "version": "2.14.3", "license": "MIT", "devDependencies": { "@types/node": "^24.5.2", diff --git a/package.json b/package.json index 271ee18..13a3474 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0x/0x-parser", - "version": "2.14.2", + "version": "2.14.3", "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",