From 6cbdde58f922d8a76b24bf3190f4d255954f8a7c Mon Sep 17 00:00:00 2001 From: murdercode Date: Sat, 2 Mar 2024 17:37:19 +0000 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80feb93..4c10350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 From 26fc187f220183f45411c38a77919557eb5992f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:44:38 +0000 Subject: [PATCH 2/2] Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.3.1 to 2.4. - [Release notes](https://github.com/aglipanci/laravel-pint-action/releases) - [Commits](https://github.com/aglipanci/laravel-pint-action/compare/2.3.1...2.4) --- updated-dependencies: - dependency-name: aglipanci/laravel-pint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/fix-php-code-style-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fix-php-code-style-issues.yml b/.github/workflows/fix-php-code-style-issues.yml index cd4239c..56d54d3 100644 --- a/.github/workflows/fix-php-code-style-issues.yml +++ b/.github/workflows/fix-php-code-style-issues.yml @@ -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