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

chore(release): 2.2.0 [skip ci]

# [2.2.0](https://github.com/cycjimmy/semantic-release-action/compare/v2.1.3...v2.2.0) (2020-03-15)

### Features

* add release notes to output ([a56320d](a56320d643))
This commit is contained in:
semantic-release-bot 2020-03-15 11:10:46 +00:00
parent 20695a82d3
commit 29af9a264f
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
# [2.2.0](https://github.com/cycjimmy/semantic-release-action/compare/v2.1.3...v2.2.0) (2020-03-15)
### Features
* add release notes to output ([a56320d](https://github.com/cycjimmy/semantic-release-action/commit/a56320d643d6a8e0c688a84f18449153865b8bc4))
## [2.1.3](https://github.com/cycjimmy/semantic-release-action/compare/v2.1.2...v2.1.3) (2020-01-19)

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "@cycjimmy/semantic-release-action",
"version": "2.1.3",
"version": "2.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

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