From 8e28e3cbd8d5da3419f7d96f01e45819fa8e5feb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Nov 2023 16:47:38 +0000 Subject: [PATCH] chore(release): 1.24.0 [skip ci] ## [1.24.0](https://github.com/ERC4626-Alliance/sup-web-4626/compare/1.23.0...1.24.0) (2023-11-01) ### Features * add cove as a new member ([#176](https://github.com/ERC4626-Alliance/sup-web-4626/issues/176)) ([5b9d6e0](https://github.com/ERC4626-Alliance/sup-web-4626/commit/5b9d6e0ce2fba27de6e8ff5860c719fd9d7f8ff8)) * semantic-release reconfiguration ([#177](https://github.com/ERC4626-Alliance/sup-web-4626/issues/177)) ([0a8c4e3](https://github.com/ERC4626-Alliance/sup-web-4626/commit/0a8c4e32ddd05859f1a28816434b7010cf200a37)) * update footer ([#175](https://github.com/ERC4626-Alliance/sup-web-4626/issues/175)) ([53bbaac](https://github.com/ERC4626-Alliance/sup-web-4626/commit/53bbaac130f1a049cd9956b9319b3f65c8a01413)) * verify google ownership ([a38831f](https://github.com/ERC4626-Alliance/sup-web-4626/commit/a38831fea11313d7248032b1172ba094a26233cb)) --- CHANGELOG.md | 12 +++++++++++- package.json | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e14e60..a8df376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.24.0](https://github.com/ERC4626-Alliance/sup-web-4626/compare/1.23.0...1.24.0) (2023-11-01) + + +### Features + +* add cove as a new member ([#176](https://github.com/ERC4626-Alliance/sup-web-4626/issues/176)) ([5b9d6e0](https://github.com/ERC4626-Alliance/sup-web-4626/commit/5b9d6e0ce2fba27de6e8ff5860c719fd9d7f8ff8)) +* semantic-release reconfiguration ([#177](https://github.com/ERC4626-Alliance/sup-web-4626/issues/177)) ([0a8c4e3](https://github.com/ERC4626-Alliance/sup-web-4626/commit/0a8c4e32ddd05859f1a28816434b7010cf200a37)) +* update footer ([#175](https://github.com/ERC4626-Alliance/sup-web-4626/issues/175)) ([53bbaac](https://github.com/ERC4626-Alliance/sup-web-4626/commit/53bbaac130f1a049cd9956b9319b3f65c8a01413)) +* verify google ownership ([a38831f](https://github.com/ERC4626-Alliance/sup-web-4626/commit/a38831fea11313d7248032b1172ba094a26233cb)) + ## [1.23.0](https://github.com/ERC4626-Alliance/sup-web-4626/compare/1.22.1...1.23.0) (2023-09-08) @@ -204,4 +214,4 @@ ### Features -* semantic release reconfigured ([#65](https://github.com/ERC4626-Alliance/sup-web-4626/issues/65)) ([23f2f5e](https://github.com/ERC4626-Alliance/sup-web-4626/commit/23f2f5e3318e2ccded9217a9534a578b093b8800)) \ No newline at end of file +* semantic release reconfigured ([#65](https://github.com/ERC4626-Alliance/sup-web-4626/issues/65)) ([23f2f5e](https://github.com/ERC4626-Alliance/sup-web-4626/commit/23f2f5e3318e2ccded9217a9534a578b093b8800)) diff --git a/package.json b/package.json index b859359..5f2805f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "url": "https://www.opensource.org/licenses/mit-license.php" } ], - "version": "1.23.0", + "version": "1.24.0", "scripts": { "dev": "next-image-export-optimizer && next dev", "build": "next build && next-image-export-optimizer", @@ -99,4 +99,4 @@ "lodash": "4.17.21" }, "packageManager": "yarn@3.5.1" -} \ No newline at end of file +}