diff --git a/HISTORY.md b/HISTORY.md index b18c5787..10cfd4d1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,17 @@ # Changelog +# [44.5.5](https://github.com/tj-actions/changed-files/compare/v44.5.4...v44.5.5) - (2024-06-24) + +## ⚙️ Miscellaneous Tasks + +- Remove debug lines ([#2166](https://github.com/tj-actions/changed-files/issues/2166)) ([cc73385](https://github.com/tj-actions/changed-files/commit/cc733854b1f224978ef800d29e4709d5ee2883e4)) - (Tonye Jack) + +## ⬆️ Upgrades + +- Upgraded to v44.5.4 ([#2165](https://github.com/tj-actions/changed-files/issues/2165)) + +Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([0b99ecf](https://github.com/tj-actions/changed-files/commit/0b99ecfd4efe684550ba7ef222cdf6b36964c890)) - (tj-actions[bot]) + # [44.5.4](https://github.com/tj-actions/changed-files/compare/v44.5.3...v44.5.4) - (2024-06-23) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 728128a8..a8f87bbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tj-actions/changed-files", - "version": "44.5.4", + "version": "44.5.5", "description": "Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.", "main": "lib/main.js", "publishConfig": {