From ad3a4db152af150d41f7df50c1510213311807c7 Mon Sep 17 00:00:00 2001 From: Alexander Early Date: Mon, 29 Apr 2019 15:15:44 -0700 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..926ba7a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Change Log + +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. + + +# 1.1.0 (2019-04-29) + + +### Bug Fixes + +* properly output token data ([#2](https://github.com/npm-wharf/fabrik8/issues/2)) ([4b70b7a](https://github.com/npm-wharf/fabrik8/commit/4b70b7a)) + + +### Features + +* Integrate cluster-info-client, automatically fetching and storing cluster info ([#3](https://github.com/npm-wharf/fabrik8/issues/3)) ([2df3712](https://github.com/npm-wharf/fabrik8/commit/2df3712)) diff --git a/package.json b/package.json index 731b1cc..e019f61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npm-wharf/fabrik8", - "version": "1.0.0", + "version": "1.1.0", "description": "provision a new Kubernetes cluster and deploy software to it from a single API", "main": "src/index.js", "bin": {