From 5ea05e456417bd00dbf954cd8da7800d444e3177 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:38:18 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d85c32..9fafd3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/0xProject/0x-parser/compare/v1.0.4...v1.1.0) (2024-05-03) + + +### deps + +* upgrade to viem v2 ([6a51a5f](https://github.com/0xProject/0x-parser/commit/6a51a5f3c67a8c54d5aa74dbd368ba3b32ce130b)) + + +### Bug Fixes + +* latest TS requires specific rootDir ([55b0dbc](https://github.com/0xProject/0x-parser/commit/55b0dbcc90a50fae747e9ed53b8bce52165f4898)) + ## [1.0.4](https://github.com/0xProject/0x-parser/compare/v1.0.3...v1.0.4) (2024-03-19) diff --git a/package-lock.json b/package-lock.json index 963b528..baf4bef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@0x/0x-parser", - "version": "1.0.4", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@0x/0x-parser", - "version": "1.0.4", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@types/node": "^20.12.7", diff --git a/package.json b/package.json index 397bf73..2e7e488 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0x/0x-parser", - "version": "1.0.4", + "version": "1.1.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",