From 5c1bceb76c87f3f3f9c362eb74228d3d9512ff5c Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Sat, 17 Feb 2024 20:31:45 -0700 Subject: [PATCH] Upgraded to v42.0.4 (#1941) Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> --- HISTORY.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 07115fb0930..7fcbfb3c4c3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,18 @@ # Changelog +# [42.0.4](https://github.com/tj-actions/changed-files/compare/v42.0.3...v42.0.4) - (2024-02-18) + +## ⚙️ Miscellaneous Tasks + +- Update formatting and add missing dist changes ([#1940](https://github.com/tj-actions/changed-files/issues/1940)) ([3f54ebb](https://github.com/tj-actions/changed-files/commit/3f54ebb830831fc121d3263c1857cfbdc310cdb9)) - (Tonye Jack) + +## ⬆️ Upgrades + +- Upgraded to v42.0.3 ([#1939](https://github.com/tj-actions/changed-files/issues/1939)) + +Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> +Co-authored-by: GitHub Action ([6f070cf](https://github.com/tj-actions/changed-files/commit/6f070cff38ff6dd3af1da87b6c8cdbcb8045e544)) - (tj-actions[bot]) + # [42.0.3](https://github.com/tj-actions/changed-files/compare/v42.0.2...v42.0.3) - (2024-02-17) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 0e5fc3ce113..986debf71f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tj-actions/changed-files", - "version": "42.0.3", + "version": "42.0.4", "description": "Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.", "main": "lib/main.js", "publishConfig": {