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): 2.1.2 [skip ci]

## [2.1.2](https://github.com/cycjimmy/semantic-release-action/compare/v2.1.1...v2.1.2) (2020-01-13)

### Bug Fixes

* fix wrong version ([db14ba3](db14ba3eee))
This commit is contained in:
semantic-release-bot 2020-01-13 09:55:29 +00:00
parent db14ba3eee
commit 221f1449e1
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
## [2.1.2](https://github.com/cycjimmy/semantic-release-action/compare/v2.1.1...v2.1.2) (2020-01-13)
### Bug Fixes
* fix wrong version ([db14ba3](https://github.com/cycjimmy/semantic-release-action/commit/db14ba3eee0c681deee056535d2da3cc39a9411b))
## [2.1.1](https://github.com/cycjimmy/semantic-release-action/compare/v2.1.0...v2.1.1) (2020-01-13)

2
package-lock.json generated
View file

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

View file

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