From c07606463672e7c623bc2801b4002bd645aed1f2 Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:56:37 -0600 Subject: [PATCH] Upgraded to v40.0.2 (#1689) 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 e7a41890..9e5e8904 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,21 @@ # Changelog +# [40.0.2](https://github.com/tj-actions/changed-files/compare/v40.0.1...v40.0.2) - (2023-10-31) + +## 🐛 Bug Fixes + +- Order of file patterns ([#1688](https://github.com/tj-actions/changed-files/issues/1688)) ([4052680](https://github.com/tj-actions/changed-files/commit/40526807ee1e208a1a8c1bbe6bd2d1b044ef6368)) - (Tonye Jack) + +## ⚙️ Miscellaneous Tasks + +- **deps:** Update dependency @types/node to v20.8.10 ([a59bf8f](https://github.com/tj-actions/changed-files/commit/a59bf8ffcfcfdd831463eff511b55a7123a04aca)) - (renovate[bot]) + +## ⬆️ Upgrades + +- Upgraded to v40.0.1 ([#1686](https://github.com/tj-actions/changed-files/issues/1686)) + +Co-authored-by: jackton1 ([6821899](https://github.com/tj-actions/changed-files/commit/68218997649ac879f47639455e9669b94750b50f)) - (tj-actions[bot]) + # [40.0.1](https://github.com/tj-actions/changed-files/compare/v40.0.0...v40.0.1) - (2023-10-30) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 335f011c..e82bdcf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tj-actions/changed-files", - "version": "40.0.1", + "version": "40.0.2", "description": "Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.", "main": "lib/main.js", "publishConfig": {