diff --git a/CHANGELOG.md b/CHANGELOG.md index 921271c..5a18a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.20.1](https://github.com/ssilve1989/ulti-project/compare/v1.20.0...v1.20.1) (2024-11-25) + + +### Bug Fixes + +* **tasks:** fix clear check cron timer ([94406bb](https://github.com/ssilve1989/ulti-project/commit/94406bb4f4461d257c1b5bb77538bc5d20279520)) +* **turboprog:** implement hack to find offset of sheet values when searching spreadsheet ([0c7b3a6](https://github.com/ssilve1989/ulti-project/commit/0c7b3a624072f56bb268709f13a59a985adb888e)) + ## [1.20.0](https://github.com/ssilve1989/ulti-project/compare/v1.19.0...v1.20.0) (2024-11-11) diff --git a/package.json b/package.json index af33af2..a62fac2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ulti-project", "packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a", - "version": "1.20.0", + "version": "1.20.1", "description": "Ulti-Project Discord Bot", "author": "", "type": "module",