diff --git a/CHANGELOG.md b/CHANGELOG.md index f43fffd9..a5a5f862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3.0](https://github.com/deliverybot/helm/compare/v1.2.0...v1.3.0) (2019-10-16) + + +### Features + +* Generated value file is last arg ([#13](https://github.com/deliverybot/helm/issues/13)) ([9e1a0cf](https://github.com/deliverybot/helm/commit/9e1a0cf)) + ## [1.2.0](https://github.com/deliverybot/helm/compare/v1.1.0...v1.2.0) (2019-09-30) diff --git a/package-lock.json b/package-lock.json index 9a73a4b0..22818c76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "status", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 185f7e85..ff422d1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "status", - "version": "1.2.0", + "version": "1.3.0", "main": "index.js", "license": "MIT", "homepage": "https://github.com/deliverybot/helm",