From e0a819882a2d425f464523f57b0c1d24bbff6ddb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 18 Feb 2022 10:36:57 +0000 Subject: [PATCH] chore(release): 1.2.4 [skip ci] ## [1.2.4](https://github.com/mauricerenck/indieConnector/compare/v1.2.3...v1.2.4) (2022-02-18) ### Bug Fixes * missing respone class ([1a2c2d9](https://github.com/mauricerenck/indieConnector/commit/1a2c2d982dec29d74ffd323bfb318e51416d0ac1)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc8835..28e566f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.4](https://github.com/mauricerenck/indieConnector/compare/v1.2.3...v1.2.4) (2022-02-18) + + +### Bug Fixes + +* missing respone class ([1a2c2d9](https://github.com/mauricerenck/indieConnector/commit/1a2c2d982dec29d74ffd323bfb318e51416d0ac1)) + ## [1.2.3](https://github.com/mauricerenck/indieConnector/compare/v1.2.2...v1.2.3) (2022-01-08) diff --git a/composer.json b/composer.json index 1ce8f57..78f6de1 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/indieconnector", - "version": "1.2.3", + "version": "1.2.4", "description": "Kirby Webmentions your plugins can subscribe to", "type": "kirby-plugin", "license": "MIT",