Skip to content

Commit

Permalink
Bump Version to 1.1.1 & update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Davoleo committed Jul 30, 2024
1 parent 87c0674 commit 0401f14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 0401f14

Please sign in to comment.