diff --git a/.github/workflows/code-analysis.yaml b/.github/workflows/code-analysis.yaml index d4bf3fa..6290557 100644 --- a/.github/workflows/code-analysis.yaml +++ b/.github/workflows/code-analysis.yaml @@ -17,7 +17,7 @@ jobs: - name: 'PHPStan' run: composer phpstan - name: 'Coding Standards' - run: composer fix-cs + run: composer check-cs name: ${{ matrix.actions.name }} runs-on: ubuntu-latest steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index fe756fc..683c0b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes for Datastar +## 1.0.0-beta.5 - 2025-01-06 + +### Fixed + +- Fixed a bug in which templates were not being correctly rendered ([#3](https://github.com/putyourlightson/craft-datastar/issues/3)). + ## 1.0.0-beta.4 - 2025-01-05 ### Added diff --git a/composer.json b/composer.json index f9a6117..3398c5b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "putyourlightson/craft-datastar", "description": "A template-driven, reactive hypermedia framework for Craft.", - "version": "1.0.0-beta.4", + "version": "1.0.0-beta.5", "type": "craft-plugin", "license": "mit", "require": {