Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Apr 29, 2019
1 parent 2df3712 commit ad3a4db
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions 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.

<a name="1.1.0"></a>
# 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))
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit ad3a4db

Please sign in to comment.