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