From 1b6d7b6fb62c81ae85b9114bbb15ebeb21c2833d Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Sun, 24 Dec 2023 10:48:54 -0700 Subject: [PATCH] Upgraded to v41.0.1 (#1816) Co-authored-by: jackton1 --- HISTORY.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 42ea1272..89877c46 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,21 @@ # Changelog +# [41.0.1](https://github.com/tj-actions/changed-files/compare/v41.0.0...v41.0.1) - (2023-12-24) + +## 🐛 Bug Fixes + +- Update characters escaped by safe output ([#1815](https://github.com/tj-actions/changed-files/issues/1815)) ([716b1e1](https://github.com/tj-actions/changed-files/commit/716b1e13042866565e00e85fd4ec490e186c4a2f)) - (Tonye Jack) + +## ⚙️ Miscellaneous Tasks + +- **deps:** Update dependency eslint-plugin-prettier to v5.1.2 ([7aaf10d](https://github.com/tj-actions/changed-files/commit/7aaf10d9eef19e8a2432a967b88124171152caaf)) - (renovate[bot]) + +## ⬆️ Upgrades + +- Upgraded to v41 ([#1811](https://github.com/tj-actions/changed-files/issues/1811)) + +Co-authored-by: jackton1 ([cc08e17](https://github.com/tj-actions/changed-files/commit/cc08e170f4447237bcaf8acaacfa615b9cb86612)) - (tj-actions[bot]) + # [41.0.0](https://github.com/tj-actions/changed-files/compare/v40.2.3...v41.0.0) - (2023-12-23) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 8bf1eacc..7ecb212e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tj-actions/changed-files", - "version": "41.0.0", + "version": "41.0.1", "description": "Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.", "main": "lib/main.js", "publishConfig": {