From 85abc56d2ec9845484d470ad9c0c0aed3eec8354 Mon Sep 17 00:00:00 2001 From: dessant Date: Mon, 4 Mar 2019 09:31:22 +0200 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c40759c..afb81d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) + + + # 0.1.0 (2019-02-18) diff --git a/package.json b/package.json index a608fa2..9c65ebf 100644 --- a/package.json +++ b/package.json @@ -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",