diff --git a/CHANGELOG.md b/CHANGELOG.md index 91402ec1a4b..1357aae8ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.13](https://github.com/ridedott/dependabot-auto-merge-action/compare/v1.0.12...v1.0.13) (2020-01-13) + +### Continuous Integration + +- do not auto merge on PR changes + ([9151164](https://github.com/ridedott/dependabot-auto-merge-action/commit/9151164f84eb070f677ce3dff33905a53da29f0d)) + ## [1.0.12](https://github.com/ridedott/dependabot-auto-merge-action/compare/v1.0.11...v1.0.12) (2020-01-13) ### Chores diff --git a/dist/index.js.cache b/dist/index.js.cache index 3693f01d38b..4f788bfa7f6 100644 Binary files a/dist/index.js.cache and b/dist/index.js.cache differ diff --git a/package-lock.json b/package-lock.json index 99b70d25fa0..a2bd0cd4012 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ridedott/dependabot-auto-merge-action", - "version": "1.0.12", + "version": "1.0.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 86d454c33bf..f3fc51ac6a7 100644 --- a/package.json +++ b/package.json @@ -91,5 +91,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "1.0.12" + "version": "1.0.13" }