From 17a8be9616143ae536037b974dc757aa4f558e78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:27:25 +0000 Subject: [PATCH] chore(main): release 1.5.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a074268..81cb465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/ubiquibot/permit-generation/compare/v1.5.0...v1.5.1) (2024-09-06) + + +### Bug Fixes + +* use connection.url for JsonRpcProvider ([a046aaf](https://github.com/ubiquibot/permit-generation/commit/a046aafd37e4bc5509180fcf9a0f51caea47e9a0)) + ## [1.5.0](https://github.com/ubiquibot/permit-generation/compare/v1.4.3...v1.5.0) (2024-09-06) diff --git a/package.json b/package.json index 0b56fc6..e15a34d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquibot/permit-generation", - "version": "1.5.0", + "version": "1.5.1", "description": "ECR20 / ECR721 permit generation for automated payments.", "author": "Ubiquity DAO", "license": "MIT",