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": {