From 9adb9156b8a8e8484b0c33cb2fdd63f3287b0e89 Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Tue, 25 Jun 2024 07:42:08 -0600 Subject: [PATCH] Upgraded to v44.5.5 (#2168) Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> --- HISTORY.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index b18c5787413..10cfd4d1ff2 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 728128a88ae..a8f87bbd58e 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": {