diff --git a/HISTORY.md b/HISTORY.md index 1168f641a92..2dcd5598c6f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,17 @@ # Changelog +# [41.1.1](https://github.com/tj-actions/changed-files/compare/v41.1.0...v41.1.1) - (2024-01-13) + +## 🐛 Bug Fixes + +- Bug with inaccurate warnings ([#1853](https://github.com/tj-actions/changed-files/issues/1853)) ([62f4729](https://github.com/tj-actions/changed-files/commit/62f4729b5df35e6e0e01265fa70a82ccaf196b4b)) - (Tonye Jack) + +## ⬆️ Upgrades + +- Upgraded to v41.1.0 ([#1852](https://github.com/tj-actions/changed-files/issues/1852)) + +Co-authored-by: jackton1 ([e0579ab](https://github.com/tj-actions/changed-files/commit/e0579abf95abec8042468976c7822e6867542199)) - (tj-actions[bot]) + # [41.1.0](https://github.com/tj-actions/changed-files/compare/v41.0.1...v41.1.0) - (2024-01-13) ## 🚀 Features diff --git a/package.json b/package.json index 04aeeb95c79..a85b6cc751d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tj-actions/changed-files", - "version": "41.1.0", + "version": "41.1.1", "description": "Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.", "main": "lib/main.js", "publishConfig": {