From 28e1c8e3b5f302be9a497436f65e21778f1f2b70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:09:07 +0000 Subject: [PATCH] chore(main): release 2.0.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed0a8b6..20e19c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/0xProject/0x-parser/compare/v1.2.5...v2.0.0) (2024-07-18) + + +### ⚠ BREAKING CHANGES + +* migrate project to 0x v2 & settler + +### Features + +* migrate project to 0x v2 & settler ([ec87786](https://github.com/0xProject/0x-parser/commit/ec877868564da53db540c0af4688dd92b4818630)) + ## [1.2.5](https://github.com/0xProject/0x-parser/compare/v1.2.4...v1.2.5) (2024-07-17) diff --git a/package-lock.json b/package-lock.json index 04ed562..269312e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@0x/0x-parser", - "version": "1.2.5", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@0x/0x-parser", - "version": "1.2.5", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@types/node": "^20.14.11", diff --git a/package.json b/package.json index b135134..768ed51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0x/0x-parser", - "version": "1.2.5", + "version": "2.0.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",