From b13b51d4719b061eeafaa81c491def482e11eb38 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Aug 2024 09:37:24 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/mauricerenck/komments/compare/v2.0.5...v2.1.0) (2024-08-06) ### Features * handle new indieconnector types ([d6696b5](https://github.com/mauricerenck/komments/commit/d6696b5062fc91ae9d6357082dddacc08563e18d)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58da385..831dc20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/mauricerenck/komments/compare/v2.0.5...v2.1.0) (2024-08-06) + + +### Features + +* handle new indieconnector types ([d6696b5](https://github.com/mauricerenck/komments/commit/d6696b5062fc91ae9d6357082dddacc08563e18d)) + ## [2.0.5](https://github.com/mauricerenck/komments/compare/v2.0.4...v2.0.5) (2024-05-14) diff --git a/composer.json b/composer.json index 755c70e..2a7186c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "2.0.5", + "version": "2.1.0", "description": "A comment and webmention plugin for Kirby 3", "homepage": "https://github.com/mauricerenck/komments", "type": "kirby-plugin",