From fff390b61ccc33f2be034121fd227f4031e67494 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 26 Feb 2022 17:27:20 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/mauricerenck/komments/compare/v1.6.0...v1.7.0) (2022-02-26) ### Features * DEPRECATED removed sending webmentions ([#44](https://github.com/mauricerenck/komments/issues/44)) ([7d31fdb](https://github.com/mauricerenck/komments/commit/7d31fdb01e0791b78d4c4f5a77ea72fd5703a209)) --- CHANGELOG.md | 7 +++++++ composer.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb29042..19ad6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/mauricerenck/komments/compare/v1.6.0...v1.7.0) (2022-02-26) + + +### Features + +* DEPRECATED removed sending webmentions ([#44](https://github.com/mauricerenck/komments/issues/44)) ([7d31fdb](https://github.com/mauricerenck/komments/commit/7d31fdb01e0791b78d4c4f5a77ea72fd5703a209)) + # [1.6.0](https://github.com/mauricerenck/komments/compare/v1.5.2...v1.6.0) (2022-01-27) diff --git a/composer.json b/composer.json index 5fdc444..83ca025 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "1.6.0", + "version": "1.7.0", "description": "A comment and webmention plugin for Kirby 3", "homepage": "https://github.com/mauricerenck/komments", "type": "kirby-plugin", @@ -44,4 +44,4 @@ "npm run build" ] } -} +} \ No newline at end of file