Skip to content

Commit

Permalink
chore(release): version 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Jan 8, 2022
1 parent 053d9bb commit 2fc67b5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ All notable changes to this project will be documented in this file. See [standa





## [0.15.1](https://github.com/voxelum/x-minecraft-launcher/compare/v0.15.0...v0.15.1)

* chore: fix linting problem ([053d9bb](https://github.com/Voxelum/x-minecraft-launcher/commit/053d9bb))
* fix: link resource & shader pack issue blocking launch ([0a0aac7](https://github.com/Voxelum/x-minecraft-launcher/commit/0a0aac7))
* fix: log & setup window init ([216446c](https://github.com/Voxelum/x-minecraft-launcher/commit/216446c))
* fix: missing java hint ([63a9c09](https://github.com/Voxelum/x-minecraft-launcher/commit/63a9c09))
* fix: setup window setup ([f1b45b6](https://github.com/Voxelum/x-minecraft-launcher/commit/f1b45b6))
* fix: user login status update ([6a13d3c](https://github.com/Voxelum/x-minecraft-launcher/commit/6a13d3c))
* test: correct the dev auth url propagation ([2e12e5a](https://github.com/Voxelum/x-minecraft-launcher/commit/2e12e5a))
* style: optimize log & lint ([6adc271](https://github.com/Voxelum/x-minecraft-launcher/commit/6adc271))
* MERGE TO: fix shader pack ([eb276b2](https://github.com/Voxelum/x-minecraft-launcher/commit/eb276b2))


## [0.15.0](https://github.com/voxelum/x-minecraft-launcher/compare/v0.14.0...v0.15.0)

* style: fix lint ([88db26f](https://github.com/Voxelum/x-minecraft-launcher/commit/88db26f))
Expand Down
2 changes: 1 addition & 1 deletion xmcl-electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "xmcl",
"private": true,
"main": "./dist/index.js",
"version": "0.15.0",
"version": "0.15.1",
"author": "ci010 <cijhn@hotmail.com>",
"description": "A great minecraft launcher in the future",
"license": "MIT",
Expand Down

0 comments on commit 2fc67b5

Please sign in to comment.