From 4aeb75637fac9dd4a7d65ec1ae91c3665ae745cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:49:47 +0000 Subject: [PATCH] chore(main): release 2.0.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 129d759..287034f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.4](https://github.com/ubiquity-os/permit-generation/compare/v2.0.3...v2.0.4) (2024-10-10) + + +### Bug Fixes + +* log detailed error information when fetching token decimals ([ed6810c](https://github.com/ubiquity-os/permit-generation/commit/ed6810c79b03b61dcb8a51694acaaf84aa7a8a16)) + ## [2.0.3](https://github.com/ubiquity-os/permit-generation/compare/v2.0.2...v2.0.3) (2024-10-10) diff --git a/package.json b/package.json index cc858b2..e18793a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquity-os/permit-generation", - "version": "2.0.3", + "version": "2.0.4", "description": "ECR20 / ECR721 permit generation for automated payments.", "author": "Ubiquity DAO", "license": "MIT",