From 4379d787db2c2644c435e5550fb91ccf9f619376 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 8 Jan 2022 16:09:31 +0000 Subject: [PATCH] chore(release): 1.2.3 [skip ci] ## [1.2.3](https://github.com/mauricerenck/indieConnector/compare/v1.2.2...v1.2.3) (2022-01-08) ### Bug Fixes * Minor typo ([#4](https://github.com/mauricerenck/indieConnector/issues/4)) ([b645e2e](https://github.com/mauricerenck/indieConnector/commit/b645e2e28a94850a5dd53c903b426ad274b7a0a3)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e853647..6cc8835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.3](https://github.com/mauricerenck/indieConnector/compare/v1.2.2...v1.2.3) (2022-01-08) + + +### Bug Fixes + +* Minor typo ([#4](https://github.com/mauricerenck/indieConnector/issues/4)) ([b645e2e](https://github.com/mauricerenck/indieConnector/commit/b645e2e28a94850a5dd53c903b426ad274b7a0a3)) + ## [1.2.2](https://github.com/mauricerenck/indieConnector/compare/v1.2.1...v1.2.2) (2021-12-18) diff --git a/composer.json b/composer.json index db135a5..1ce8f57 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/indieconnector", - "version": "1.2.2", + "version": "1.2.3", "description": "Kirby Webmentions your plugins can subscribe to", "type": "kirby-plugin", "license": "MIT",