From a64f515279694c9d0a58af0d51c4063d5c97fc14 Mon Sep 17 00:00:00 2001 From: Wagner Santos Date: Fri, 18 Oct 2019 16:55:42 -0300 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 9 +++++++++ action.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e10d3a..928e36d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +## [1.2.1](https://github.com/wagoid/commitlint-github-action/compare/v1.2.0...v1.2.1) (2019-10-18) + +### Bug Fixes + +- also show stack when an error happens ([2c42093](https://github.com/wagoid/commitlint-github-action/commit/2c42093)) +- lerna scopes not working due to missing lerna dependency ([99b068a](https://github.com/wagoid/commitlint-github-action/commit/99b068a)) + ## [1.2.1](https://github.com/wagoid/commitlint-github-action/compare/v1.1.1...v1.2.0) (2019-10-15) diff --git a/action.yml b/action.yml index df997aa..62f5242 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: default: true runs: using: 'docker' - image: 'docker://wagoid/commitlint-github-action:1.2.0' + image: 'docker://wagoid/commitlint-github-action:1.2.1' branding: icon: 'check-square' color: 'blue' diff --git a/package-lock.json b/package-lock.json index 860f149..724e035 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 66ab890..1fb81bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "1.2.0", + "version": "1.2.1", "description": "commitlint github action", "main": "index.js", "scripts": {