From 66ae9aa0bdfc0a666c59f2e747568150f16b3db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iiro=20J=C3=A4ppinen?= Date: Mon, 8 Jul 2024 20:44:30 +0000 Subject: [PATCH] chore(release): 32.2.0 ## [32.2.0](https://github.com/iiroj/iiro.fi/compare/v32.1.0...v32.2.0) (2024-07-08) ### Features * add React rendering build-step ([6a9b4bd](https://github.com/iiroj/iiro.fi/commit/6a9b4bddaf5b78aeecf001332b7b567c6298a378)) [semantic-release] --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5407f934..280a7e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [32.2.0](https://github.com/iiroj/iiro.fi/compare/v32.1.0...v32.2.0) (2024-07-08) + +### Features + +- add React rendering build-step ([6a9b4bd](https://github.com/iiroj/iiro.fi/commit/6a9b4bddaf5b78aeecf001332b7b567c6298a378)) + ## [32.1.0](https://github.com/iiroj/iiro.fi/compare/v32.0.9...v32.1.0) (2024-07-08) ### Features diff --git a/package-lock.json b/package-lock.json index 62163a56..c8a08424 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iiro.fi", - "version": "32.1.0", + "version": "32.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iiro.fi", - "version": "32.1.0", + "version": "32.2.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "19.3.0", diff --git a/package.json b/package.json index 4b4b36fa..bd6e89ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iiro.fi", - "version": "32.1.0", + "version": "32.2.0", "description": "A static site", "author": "Iiro Jäppinen (https://iiro.fi)", "license": "MIT",