From 63754d6846e9c30c224eaec4fe59673475c580c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:49:24 +0000 Subject: [PATCH] chore(main): release 1.6.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81cb465..32321d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/ubiquibot/permit-generation/compare/v1.5.1...v1.6.0) (2024-09-09) + + +### Features + +* private key formats ([e1f4d39](https://github.com/ubiquibot/permit-generation/commit/e1f4d39ec68e04b9b7bcfda26742a4e0b42c8016)) + ## [1.5.1](https://github.com/ubiquibot/permit-generation/compare/v1.5.0...v1.5.1) (2024-09-06) diff --git a/package.json b/package.json index e15a34d..51222f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquibot/permit-generation", - "version": "1.5.1", + "version": "1.6.0", "description": "ECR20 / ECR721 permit generation for automated payments.", "author": "Ubiquity DAO", "license": "MIT",