Skip to content

Commit a6b61d3

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents e2d5b2c + 5e29a86 commit a6b61d3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: ${{ github.head_ref }}
2121

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

2525
- name: Commit changes
2626
uses: stefanzweifel/git-auto-commit-action@v5

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## v1.0.2 - 2024-03-02
6+
7+
### What's Changed
8+
9+
* Add test coverage by @murdercode in https://github.com/The-3Labs-Team/laravel-readability/pull/3
10+
* Add tests for direction by @murdercode in https://github.com/The-3Labs-Team/laravel-readability/pull/4
11+
12+
**Full Changelog**: https://github.com/The-3Labs-Team/laravel-readability/compare/v1.0.1...v1.0.2
13+
514
## v1.0.1 - 2024-03-01
615

716
### What's Changed

0 commit comments

Comments
 (0)