Skip to content

Commit

Permalink
chore(release): version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Jul 6, 2020
1 parent 5005055 commit 1fe8a22
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ All notable changes to this project will be documented in this file. See [standa





## [0.4.2](https://github.com/voxelum/x-minecraft-launcher/compare/v0.4.1...v0.4.2)

* chore: inject build number ([4d72fc6](https://github.com/voxelum/x-minecraft-launcher/commit/4d72fc6))
* chore: ship the release to azure ([8f02c91](https://github.com/voxelum/x-minecraft-launcher/commit/8f02c91))
* chore: upload app.asar to release ([91c716a](https://github.com/voxelum/x-minecraft-launcher/commit/91c716a))
* fix: optimize the auto update experience ([3a942d9](https://github.com/voxelum/x-minecraft-launcher/commit/3a942d9))
* fix: pop up latest notification not the next one ([cd28ead](https://github.com/voxelum/x-minecraft-launcher/commit/cd28ead))


## [0.4.1](https://github.com/voxelum/x-minecraft-launcher/compare/v0.4.0...v0.4.1)

* chore: adjust the productName ([b4705f0](https://github.com/voxelum/x-minecraft-launcher/commit/b4705f0))
Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"main": "./dist/electron/main.js",
"productName": "xmcl",
"version": "0.4.1",
"version": "0.4.2",
"author": "ci010 <cijhn@hotmail.com>",
"description": "A great minecraft launcher in the future",
"license": "MIT",
Expand Down Expand Up @@ -167,4 +167,4 @@
"^.+(?!\\.d)\\.ts$": "ts-jest"
}
}
}
}

0 comments on commit 1fe8a22

Please sign in to comment.