diff --git a/CHANGELOG.md b/CHANGELOG.md index da943ca08..634edc131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.44.0](https://github.com/dargmuesli/creal/compare/0.43.5...0.44.0) (2022-04-20) + + +### Features + +* **index:** add small page description ([c12060d](https://github.com/dargmuesli/creal/commit/c12060dbf87eb6069d2efddb1031efbb505b675f)), closes [#170](https://github.com/dargmuesli/creal/issues/170) + ## [0.43.5](https://github.com/dargmuesli/creal/compare/0.43.4...0.43.5) (2022-04-20) diff --git a/nuxt/package.json b/nuxt/package.json index bdeea2f40..3cdea8c4f 100644 --- a/nuxt/package.json +++ b/nuxt/package.json @@ -1,7 +1,7 @@ { "name": "creal", "private": true, - "version": "0.43.5", + "version": "0.44.0", "scheduleVersion": "0.43.3", "description": "DJ cReal's website.", "author": "Jonas Thelemann",