From 79c142a7ccfa24ff50e739a19238fa7238b7ddb6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Mar 2021 18:40:14 +0000 Subject: [PATCH] chore(release): 1.1.3 [skip ci] ## [1.1.3](https://github.com/paschdan/semantic-pullrequest-action/compare/v1.1.2...v1.1.3) (2021-03-18) ### Bug Fixes * repair dependebot auto merge ([#30](https://github.com/paschdan/semantic-pullrequest-action/issues/30)) ([435dd35](https://github.com/paschdan/semantic-pullrequest-action/commit/435dd3517ce6519f78f6f510ed2370c39a960fc2)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc9345..3bd4f74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.3](https://github.com/paschdan/semantic-pullrequest-action/compare/v1.1.2...v1.1.3) (2021-03-18) + + +### Bug Fixes + +* repair dependebot auto merge ([#30](https://github.com/paschdan/semantic-pullrequest-action/issues/30)) ([435dd35](https://github.com/paschdan/semantic-pullrequest-action/commit/435dd3517ce6519f78f6f510ed2370c39a960fc2)) + ## [1.1.2](https://github.com/paschdan/semantic-pullrequest-action/compare/v1.1.1...v1.1.2) (2021-03-18) diff --git a/package-lock.json b/package-lock.json index 3a46ba5..368a6e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "typescript-action", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 143c29b..1c9f837 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-pullrequest-action", - "version": "1.1.2", + "version": "1.1.3", "private": true, "description": "this action checks the commits and the title of a pr via commitlint", "main": "lib/main.js",