Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Mar 4, 2019
1 parent b411ddf commit 85abc56
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# [0.2.0](https://github.com/dessant/buster-client/compare/v0.1.0...v0.2.0) (2019-03-04)


### Bug Fixes

* do not strip binaries ([39e7a0a](https://github.com/dessant/buster-client/commit/39e7a0a))
* don't allow running installer as root ([1fc6485](https://github.com/dessant/buster-client/commit/1fc6485))


### Features

* add command for updating client app ([32af83b](https://github.com/dessant/buster-client/commit/32af83b))
* add setup logging ([af6f64f](https://github.com/dessant/buster-client/commit/af6f64f))
* rework install and update process ([74356d6](https://github.com/dessant/buster-client/commit/74356d6))
* use separate API call for closing app ([7163fcd](https://github.com/dessant/buster-client/commit/7163fcd))



<a name="0.1.0"></a>
# 0.1.0 (2019-02-18)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buster-client",
"version": "0.1.0",
"version": "0.2.0",
"author": "Armin Sebastian",
"repository": "https://github.com/dessant/buster-client",
"license": "GPL-3.0-only",
Expand Down

0 comments on commit 85abc56

Please sign in to comment.