From c13424f4557ac4f1ed2db7e57fd53472aab1d5d6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Sep 2024 08:04:10 +0000 Subject: [PATCH] chore(release): 2.1.2 [skip ci] ## [2.1.2](https://github.com/mauricerenck/komments/compare/v2.1.1...v2.1.2) (2024-09-02) ### Bug Fixes * new webmention format can be a string for targetpage ([a3714ea](https://github.com/mauricerenck/komments/commit/a3714eae7c36c4859a97811fe4039cc2dd960bb4)), closes [#68](https://github.com/mauricerenck/komments/issues/68) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2336f8c..0b7c07c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.2](https://github.com/mauricerenck/komments/compare/v2.1.1...v2.1.2) (2024-09-02) + + +### Bug Fixes + +* new webmention format can be a string for targetpage ([a3714ea](https://github.com/mauricerenck/komments/commit/a3714eae7c36c4859a97811fe4039cc2dd960bb4)), closes [#68](https://github.com/mauricerenck/komments/issues/68) + ## [2.1.1](https://github.com/mauricerenck/komments/compare/v2.1.0...v2.1.1) (2024-08-10) diff --git a/composer.json b/composer.json index 991b0ec..dedc12f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "2.1.1", + "version": "2.1.2", "description": "A comment and webmention plugin for Kirby 3", "homepage": "https://github.com/mauricerenck/komments", "type": "kirby-plugin",