From ddd286be066d98c78095bc8663f3632775b0b98b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Oct 2019 11:39:45 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 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)) --- docs/CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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": {