From a68b95c209600b548cc766b2816776ad2652070f Mon Sep 17 00:00:00 2001 From: Katsute <58778985+Katsute@users.noreply.github.com> Date: Sun, 17 Dec 2023 15:42:59 -0500 Subject: [PATCH] prepare for release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e294da9..86af8c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 2.9.1 + +### Fixes + +* Fix add file and add directory not escaping glob symbols [#268](https://github.com/KatsuteDev/Background/pull/268) ([@Katsute](https://github.com/Katsute)) +* Fix glob escape characters not working [#269](https://github.com/KatsuteDev/Background/pull/269) ([@Katsute](https://github.com/Katsute)) + +### Dependencies + +* Bump esbuild from 0.19.8 to 0.19.9 [#266](https://github.com/KatsuteDev/Background/pull/266) ([@dependabot](https://github.com/dependabot)) + +**Full Changelog**: [`2.9.0...2.9.1`](https://github.com/KatsuteDev/Background/compare/2.9.0...2.9.1) + ## 2.9.0 ### New Features