diff --git a/HISTORY.md b/HISTORY.md index 042c3f7..44c5e92 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,23 +1,29 @@ # Changelog -## [Unreleased](https://github.com/tj-actions/verify-changed-files/tree/HEAD) +## [v11.1](https://github.com/tj-actions/verify-changed-files/tree/v11.1) (2022-08-26) -[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v11...HEAD) +[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v11...v11.1) **Fixed bugs:** - \[BUG\] Except pattern not working [\#201](https://github.com/tj-actions/verify-changed-files/issues/201) -## [v11](https://github.com/tj-actions/verify-changed-files/tree/v11) (2022-08-23) - -[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v10.1...v11) - **Closed issues:** - Dependency Dashboard [\#36](https://github.com/tj-actions/verify-changed-files/issues/36) **Merged pull requests:** +- chore\(deps\): updated tj-actions/glob to v13 [\#206](https://github.com/tj-actions/verify-changed-files/pull/206) ([jackton1](https://github.com/jackton1)) +- chore\(deps\): update tj-actions/verify-changed-files action to v11 [\#205](https://github.com/tj-actions/verify-changed-files/pull/205) ([renovate[bot]](https://github.com/apps/renovate)) +- Upgraded to v11 [\#204](https://github.com/tj-actions/verify-changed-files/pull/204) ([jackton1](https://github.com/jackton1)) + +## [v11](https://github.com/tj-actions/verify-changed-files/tree/v11) (2022-08-23) + +[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v10.1...v11) + +**Merged pull requests:** + - chore\(deps\): update tj-actions/glob action to v11 [\#203](https://github.com/tj-actions/verify-changed-files/pull/203) ([renovate[bot]](https://github.com/apps/renovate)) - feat: switch to use pattern file and fixed bug with excluded paths [\#202](https://github.com/tj-actions/verify-changed-files/pull/202) ([jackton1](https://github.com/jackton1)) - chore\(deps\): update tj-actions/auto-doc action to v1.4.1 [\#200](https://github.com/tj-actions/verify-changed-files/pull/200) ([renovate[bot]](https://github.com/apps/renovate)) diff --git a/README.md b/README.md index 3d80288..bbb8f5b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Verify that certain files or directories did or did not change during the workfl echo "Changed" > test_directory/new.txt - name: Verify Changed files - uses: tj-actions/verify-changed-files@v11 + uses: tj-actions/verify-changed-files@v11.1 id: verify-changed-files with: files: | @@ -69,7 +69,7 @@ Verify that certain files or directories did or did not change during the workfl ```yaml ... - name: Verify Changed files - uses: tj-actions/verify-changed-files@v11 + uses: tj-actions/verify-changed-files@v11.1 id: verify-changed-files with: files: |