Skip to content

Commit

Permalink
1.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Jan 6, 2025
1 parent 2a027f0 commit 280665b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 280665b

Please sign in to comment.