diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index dc32d08..acb33d2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/cycjimmy/semantic-release-action/compare/v1.0.0...v1.1.0) (2019-10-17) + + +### Features + +* add a new output - "new-release-published" ([be8f403](https://github.com/cycjimmy/semantic-release-action/commit/be8f403201951e0c7b237bb7daab2c561af7303d)) + # 1.0.0 (2019-10-17) diff --git a/package.json b/package.json index bc17c66..d4c529f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cycjimmy/semantic-release-action", - "version": "1.0.0", + "version": "1.1.0", "description": "GitHub Action for Semantic Release", "main": "index.js", "scripts": {