Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
murdercode committed May 7, 2024
2 parents e2d5b2c + 5e29a86 commit a6b61d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@2.3.1
uses: aglipanci/laravel-pint-action@2.4

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to `laravel-readability` will be documented in this file.

## v1.0.2 - 2024-03-02

### What's Changed

* Add test coverage by @murdercode in https://github.com/The-3Labs-Team/laravel-readability/pull/3
* Add tests for direction by @murdercode in https://github.com/The-3Labs-Team/laravel-readability/pull/4

**Full Changelog**: https://github.com/The-3Labs-Team/laravel-readability/compare/v1.0.1...v1.0.2

## v1.0.1 - 2024-03-01

### What's Changed
Expand Down

0 comments on commit a6b61d3

Please sign in to comment.