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.1.0 [skip ci]

# [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](be8f403201))
This commit is contained in:
semantic-release-bot 2019-10-17 12:34:29 +00:00
parent be8f403201
commit b7401509f1
2 changed files with 8 additions and 1 deletions

View file

@ -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) # 1.0.0 (2019-10-17)

View file

@ -1,6 +1,6 @@
{ {
"name": "@cycjimmy/semantic-release-action", "name": "@cycjimmy/semantic-release-action",
"version": "1.0.0", "version": "1.1.0",
"description": "GitHub Action for Semantic Release", "description": "GitHub Action for Semantic Release",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {