From 64376dafa6a8cb1dce3ed10e130d4d7f16ec17ab Mon Sep 17 00:00:00 2001 From: Cody Carrell Date: Thu, 7 Mar 2019 16:42:13 -0500 Subject: [PATCH] chore(release): 2.0.0-0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23fefc3..19021be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +# [2.0.0-0](https://github.com/nysos3/airforsteam-cli/compare/v1.1.0...v2.0.0-0) (2019-03-07) + + +### Features + +* **gui:** initial version of a GUI for configuration ([cb16ed4](https://github.com/nysos3/airforsteam-cli/commit/cb16ed4)) + + + # [1.1.0](https://github.com/nysos3/airforsteam-cli/compare/v1.0.1...v1.1.0) (2019-02-23) diff --git a/package-lock.json b/package-lock.json index 6ea5ad6..cdf604f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "airforsteam", - "version": "1.1.0", + "version": "2.0.0-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e802897..18fdf7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "airforsteam", - "version": "1.1.0", + "version": "2.0.0-0", "description": "An unofficial Air-for-Steam CLI with interactive configuration and updating of the Air-for-Steam skin", "homepage": "https://github.com/nysos3/airforsteam-cli", "bugs": {