From 5305cff9a57eb497903c9697536564df81d97b20 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Sep 2023 09:13:05 +0000 Subject: [PATCH] chore(release): 1.23.0 [skip ci] ## [1.23.0](https://github.com/superform-xyz/sup-web-4626/compare/1.22.1...1.23.0) (2023-09-08) ### Features * new member & ecosystem update ([#163](https://github.com/superform-xyz/sup-web-4626/issues/163)) ([91f28d5](https://github.com/superform-xyz/sup-web-4626/commit/91f28d5a394452f4223a9ddd53626f887c0e9770)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d478d3f4..1e450a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.23.0](https://github.com/superform-xyz/sup-web-4626/compare/1.22.1...1.23.0) (2023-09-08) + + +### Features + +* new member & ecosystem update ([#163](https://github.com/superform-xyz/sup-web-4626/issues/163)) ([91f28d5](https://github.com/superform-xyz/sup-web-4626/commit/91f28d5a394452f4223a9ddd53626f887c0e9770)) + ## [1.22.1](https://github.com/superform-xyz/sup-web-4626/compare/1.22.0...1.22.1) (2023-09-07) diff --git a/package.json b/package.json index ed3f6653..56d53a3f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "url": "https://www.opensource.org/licenses/mit-license.php" } ], - "version": "1.22.1", + "version": "1.23.0", "scripts": { "dev": "next-image-export-optimizer && next dev", "build": "next build && next-image-export-optimizer",