From 40703c35ec67356d22b05c1edae32008fb50ab26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 05:30:50 +0000 Subject: [PATCH] chore(main): release 1.4.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36581c0..b3e8242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/ubiquibot/permit-generation/compare/v1.4.1...v1.4.2) (2024-08-26) + + +### Bug Fixes + +* main entry for error free imports ([168b975](https://github.com/ubiquibot/permit-generation/commit/168b9756927f9caf9802e91ab380c89ee6247b0a)) + ## [1.4.1](https://github.com/ubiquibot/permit-generation/compare/v1.4.0...v1.4.1) (2024-07-09) diff --git a/package.json b/package.json index 56c7d1c..bed005d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquibot/permit-generation", - "version": "1.4.1", + "version": "1.4.2", "description": "ECR20 / ECR721 permit generation for automated payments.", "author": "Ubiquity DAO", "license": "MIT",