From acd1515c1ef8ad016a6db1ef24d559c744136150 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Sep 2024 01:43:44 +0000 Subject: [PATCH] chore(release): 2.11.8 [skip ci] ## [2.11.8](https://github.com/dargmuesli/creal/compare/2.11.7...2.11.8) (2024-09-05) ### Bug Fixes * schedule release ([03d2b25](https://github.com/dargmuesli/creal/commit/03d2b2594bc1c2d1a99b80b296f06aee1cad87fd)) --- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5345920a2..93a3dc7fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.11.8](https://github.com/dargmuesli/creal/compare/2.11.7...2.11.8) (2024-09-05) + +### Bug Fixes + +* schedule release ([03d2b25](https://github.com/dargmuesli/creal/commit/03d2b2594bc1c2d1a99b80b296f06aee1cad87fd)) + ## [2.11.7](https://github.com/dargmuesli/creal/compare/2.11.6...2.11.7) (2024-08-22) ### Bug Fixes diff --git a/src/package.json b/src/package.json index e49521972..e824e64f6 100644 --- a/src/package.json +++ b/src/package.json @@ -76,5 +76,5 @@ "start:static": "serve .output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key" }, "type": "module", - "version": "2.11.7" + "version": "2.11.8" }