diff --git a/CHANGELOG.md b/CHANGELOG.md index f73f7a2ba..b0bd3c52d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.2.3](https://github.com/dargmuesli/creal/compare/2.2.2...2.2.3) (2024-07-05) + +### Bug Fixes + +* schedule release ([56d1a33](https://github.com/dargmuesli/creal/commit/56d1a3382737497e3a92c52fa01900bee931db03)) + ## [2.2.2](https://github.com/dargmuesli/creal/compare/2.2.1...2.2.2) (2024-07-05) ### Bug Fixes diff --git a/src/package.json b/src/package.json index 9728c785a..779f1e2ea 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.2.2" + "version": "2.2.3" }