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

# [2.1.0](https://github.com/cycjimmy/semantic-release-action/compare/v2.0.3...v2.1.0) (2019-10-31)

### Features

* **inputs:** add semantic_version to specify version range([#3](https://github.com/cycjimmy/semantic-release-action/issues/3)) ([55e8862](55e8862f17))
This commit is contained in:
semantic-release-bot 2019-10-31 16:07:35 +00:00
parent 55e8862f17
commit 638af1134e
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
# [2.1.0](https://github.com/cycjimmy/semantic-release-action/compare/v2.0.3...v2.1.0) (2019-10-31)
### Features
* **inputs:** add semantic_version to specify version range([#3](https://github.com/cycjimmy/semantic-release-action/issues/3)) ([55e8862](https://github.com/cycjimmy/semantic-release-action/commit/55e8862f175cf05a7550c87bdbca1b440aeb1000))
## [2.0.3](https://github.com/cycjimmy/semantic-release-action/compare/v2.0.2...v2.0.3) (2019-10-28)

2
package-lock.json generated
View file

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

View file

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