From 742d8f5d8caf4a32595b7aad340d1f8b5537a1cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 18 Dec 2021 15:49:10 +0000 Subject: [PATCH] chore(release): 1.5.1 [skip ci] ## [1.5.1](https://github.com/mauricerenck/komments/compare/v1.5.0...v1.5.1) (2021-12-18) ### Bug Fixes * transform webmention to comment bug when empty mentionOf field ([384711a](https://github.com/mauricerenck/komments/commit/384711a4f74f33d70a12da1ba0a0a6bd612c88bb)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d05e35..d60e303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/mauricerenck/komments/compare/v1.5.0...v1.5.1) (2021-12-18) + + +### Bug Fixes + +* transform webmention to comment bug when empty mentionOf field ([384711a](https://github.com/mauricerenck/komments/commit/384711a4f74f33d70a12da1ba0a0a6bd612c88bb)) + # [1.5.0](https://github.com/mauricerenck/komments/compare/v1.4.0...v1.5.0) (2021-12-17) diff --git a/composer.json b/composer.json index 3b0a6b2..7452f3d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "1.5.0", + "version": "1.5.1", "description": "A comment and webmention plugin for Kirby 3", "type": "kirby-plugin", "license": "MIT",