From 0401f14b7e7ec0ccca7e7adef98c4e4c13e1f802 Mon Sep 17 00:00:00 2001 From: Davoleo Date: Tue, 30 Jul 2024 11:12:13 +0200 Subject: [PATCH] Bump Version to 1.1.1 & update Changelog --- Changelog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 7ccf3c9..bad40a2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Curse-Updates Changelog +### 1.1.1 +- Fixed internal updates config ID creation after PR[#28](https://github.com/Davoleo/curse-updates/pull/28) changes + - Included db fix migration script + ### 1.1.0 - **Code Organization Changes** - Refactored code to rely less on importing features from `main.js` (Logger is now a singleton) diff --git a/package.json b/package.json index c9f9256..b9860a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "curse-updates", - "version": "1.1.0", + "version": "1.1.1", "description": "A Discord Bot that posts update notifications every time a new project update is released on curseforge.com", "main": "src/main.js", "scripts": {