5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 18:56:56 +00:00

chore(release): 1.0.0 [skip ci]

# 1.0.0 (2019-10-17)

### Bug Fixes

* **src/index.js:** remove 'stream-buffers' ([d2cecad](d2cecad9a9))

### Features

* come a new action ([b9ad41d](b9ad41da60))
This commit is contained in:
semantic-release-bot 2019-10-17 11:39:45 +00:00
parent d2cecad9a9
commit ddd286be06
2 changed files with 12 additions and 1 deletions

View file

@ -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))

View file

@ -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": {