From 2399611b71ef35fe7ac97e440fbe177df488b28d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 19 Jan 2020 02:20:49 +0000 Subject: [PATCH] chore(release): 2.1.3 [skip ci] ## [2.1.3](https://github.com/cycjimmy/semantic-release-action/compare/v2.1.2...v2.1.3) (2020-01-19) ### Bug Fixes * **branch:** parameter `branch` does not work in semantic v16 ([3e27c51](https://github.com/cycjimmy/semantic-release-action/commit/3e27c518af9a3d781b70e0cf1cbccc626ae7f4f3)), closes [#15](https://github.com/cycjimmy/semantic-release-action/issues/15) [#15](https://github.com/cycjimmy/semantic-release-action/issues/15) --- docs/CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 877dbfb..e5418f1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.3](https://github.com/cycjimmy/semantic-release-action/compare/v2.1.2...v2.1.3) (2020-01-19) + + +### Bug Fixes + +* **branch:** parameter `branch` does not work in semantic v16 ([3e27c51](https://github.com/cycjimmy/semantic-release-action/commit/3e27c518af9a3d781b70e0cf1cbccc626ae7f4f3)), closes [#15](https://github.com/cycjimmy/semantic-release-action/issues/15) [#15](https://github.com/cycjimmy/semantic-release-action/issues/15) + ## [2.1.2](https://github.com/cycjimmy/semantic-release-action/compare/v2.1.1...v2.1.2) (2020-01-13) diff --git a/package-lock.json b/package-lock.json index 7a6a372..5dd7114 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@cycjimmy/semantic-release-action", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1798090..55e30c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cycjimmy/semantic-release-action", - "version": "2.1.2", + "version": "2.1.3", "description": "GitHub Action for Semantic Release", "main": "index.js", "scripts": {