diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e69de29..dc32d08 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -0,0 +1,11 @@ +# 1.0.0 (2019-10-17) + + +### Bug Fixes + +* **src/index.js:** remove 'stream-buffers' ([d2cecad](https://github.com/cycjimmy/semantic-release-action/commit/d2cecad9a9379c7b03313be62c36da778eafa742)) + + +### Features + +* come a new action ([b9ad41d](https://github.com/cycjimmy/semantic-release-action/commit/b9ad41da609c63abe1b5f5ab5df7b4383d346906)) diff --git a/package.json b/package.json index b0aa8d0..bc17c66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cycjimmy/semantic-release-action", - "version": "0.0.1-devlopment.1", + "version": "1.0.0", "description": "GitHub Action for Semantic Release", "main": "index.js", "scripts": {