diff --git a/CHANGELOG.md b/CHANGELOG.md index b514f8e..e1e9278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.0.6](https://github.com/yootheme/starter-utils/compare/1.0.5...1.0.6) (2024-09-18) + + +### Bug Fixes + +* required keys for the joomla update server ([4159ffb](https://github.com/yootheme/starter-utils/commit/4159ffb3ccf26a203480c9b2fe505d3323c43e30)) +* wrong path in setup-wordpress task ([a557a42](https://github.com/yootheme/starter-utils/commit/a557a42642dd7d0b3607f7d866c2ac7a8db8c941)) + + + ## [1.0.5](https://github.com/yootheme/starter-utils/compare/1.0.4...1.0.5) (2024-09-13) diff --git a/package.json b/package.json index 6d371b2..e42c151 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "starter-utils", "type": "module", "private": true, - "version": "1.0.5", + "version": "1.0.6", "scripts": { "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "postinstall": "simple-git-hooks",