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

# [2.5.0](https://github.com/cycjimmy/semantic-release-action/compare/v2.4.2...v2.5.0) (2020-07-02)

### Features

* **outputs:** add new_release_channel ([ae40dc6](ae40dc6658))
This commit is contained in:
semantic-release-bot 2020-07-02 07:29:16 +00:00
parent ae40dc6658
commit 3e9fa3795d
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
# [2.5.0](https://github.com/cycjimmy/semantic-release-action/compare/v2.4.2...v2.5.0) (2020-07-02)
### Features
* **outputs:** add new_release_channel ([ae40dc6](https://github.com/cycjimmy/semantic-release-action/commit/ae40dc665849d2b1a1a68751c65c88c0474395f4))
## [2.4.2](https://github.com/cycjimmy/semantic-release-action/compare/v2.4.1...v2.4.2) (2020-07-02)

2
package-lock.json generated
View file

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

View file

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