diff --git a/HISTORY.md b/HISTORY.md index 9e5e8904..f68611e8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,32 @@ # Changelog +# [40.1.0](https://github.com/tj-actions/changed-files/compare/v40.0.2...v40.1.0) - (2023-11-03) + +## 🚀 Features + +- Add support for controlling the pattern order ([#1693](https://github.com/tj-actions/changed-files/issues/1693)) ([892553a](https://github.com/tj-actions/changed-files/commit/892553a4576166fd647dbd90ffa4b589f563572b)) - (Tonye Jack) + +## 🐛 Bug Fixes + +- **deps:** Update dependency yaml to v2.3.4 ([c300d15](https://github.com/tj-actions/changed-files/commit/c300d15daea754419fb9f133c53d821f0f6c17ea)) - (renovate[bot]) + +## ➕ Add + +- Added missing changes and modified dist assets. + ([50a9cc9](https://github.com/tj-actions/changed-files/commit/50a9cc9b7b170bd6aaf4fb94db5da1c223606572)) - (GitHub Action) + +## 🔄 Update + +- Updated README.md ([#1694](https://github.com/tj-actions/changed-files/issues/1694)) + +Co-authored-by: repo-ranger[bot] ([18c8a4e](https://github.com/tj-actions/changed-files/commit/18c8a4ecebe93d32ed8a88e1d0c098f5f68c221b)) - (tj-actions[bot]) + +## ⬆️ Upgrades + +- Upgraded to v40.0.2 ([#1689](https://github.com/tj-actions/changed-files/issues/1689)) + +Co-authored-by: jackton1 ([c076064](https://github.com/tj-actions/changed-files/commit/c07606463672e7c623bc2801b4002bd645aed1f2)) - (tj-actions[bot]) + # [40.0.2](https://github.com/tj-actions/changed-files/compare/v40.0.1...v40.0.2) - (2023-10-31) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index e82bdcf7..b77420ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tj-actions/changed-files", - "version": "40.0.2", + "version": "40.1.0", "description": "Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.", "main": "lib/main.js", "publishConfig": {