Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskaan committed Jan 29, 2023
1 parent 9d84085 commit 17df6d8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gdlauncher",
"version": "1.1.30-beta.1",
"version": "1.1.30",
"description": "GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience",
"keywords": [
"minecraft",
Expand Down
10 changes: 10 additions & 0 deletions src/common/modals/ChangeLogs/changeLog.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,23 @@ module.exports = {
content:
' to the codebase, napi and nsfw now get automatically compiled on build.',
advanced: { cm: '20148d', pr: '1446' }
},
{
header: 'Add restore option',
content: 'to failed updates.',
advanced: { cm: '9d84085', pr: '1531' }
}
],
bugfixes: [
{
header: 'Fix asset downloading',
content: 'now enforcing https.',
advanced: { cm: '73b3f4', pr: '1514' }
},
{
header: 'Fix deprecated warnings',
content: 'for dropped file handles.',
advanced: { cm: '9d84085', pr: '1531' }
}
]
};

0 comments on commit 17df6d8

Please sign in to comment.