From a6ca26c14274c33b15e6499323aac178af06ad4b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 May 2020 14:52:56 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=8E=89=F0=9F=A6=8D?= =?UTF-8?q?=F0=9F=8E=89=20Release=201.2.4=20-=20May=2021,=202020,=202:52?= =?UTF-8?q?=20PM=20[skip=20ci]=20`-=20name:=20File=20Changes=20Action=20?= =?UTF-8?q?=20=20=20uses:=20trilom/file-changes-action@v1.2.4`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.2.4](https://github.com/trilom/file-changes-action/compare/v1.2.3...v1.2.4) (2020-05-21) ### Bug Fixes * **change in api:** github api had a change, this should trigger release 1.2.4. this change here quiets a quacker during the intergration test ([99f8f91](https://github.com/trilom/file-changes-action/commit/99f8f91f3ed1430713973d8f1e2848b5acc58163)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0607b01..9dfa2a2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.4](https://github.com/trilom/file-changes-action/compare/v1.2.3...v1.2.4) (2020-05-21) + + +### Bug Fixes + +* **change in api:** github api had a change, this should trigger release 1.2.4. this change here quiets a quacker during the intergration test ([99f8f91](https://github.com/trilom/file-changes-action/commit/99f8f91f3ed1430713973d8f1e2848b5acc58163)) + ## [1.2.3](https://github.com/trilom/file-changes-action/compare/v1.2.2...v1.2.3) (2020-03-25) diff --git a/package.json b/package.json index c9d1a3aa..b78a8619 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trilom/file-changes-action", - "version": "1.2.3", + "version": "1.2.4", "engines": { "node": "12.16.3" },