From 8847852c72dfe61eebee4ac23f428bea557e9076 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Jan 2022 10:56:47 +0000 Subject: [PATCH] chore(release): 1.5.2 [skip ci] ## [1.5.2](https://github.com/mauricerenck/komments/compare/v1.5.1...v1.5.2) (2022-01-25) ### Bug Fixes * php 8 boolean alias no more supported - use bool instead ([5cbca29](https://github.com/mauricerenck/komments/commit/5cbca29b141f76a474f65c4ed5b5c1220c1e239f)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d60e303..c841ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.2](https://github.com/mauricerenck/komments/compare/v1.5.1...v1.5.2) (2022-01-25) + + +### Bug Fixes + +* php 8 boolean alias no more supported - use bool instead ([5cbca29](https://github.com/mauricerenck/komments/commit/5cbca29b141f76a474f65c4ed5b5c1220c1e239f)) + ## [1.5.1](https://github.com/mauricerenck/komments/compare/v1.5.0...v1.5.1) (2021-12-18) diff --git a/composer.json b/composer.json index 7452f3d..f8d7620 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "1.5.1", + "version": "1.5.2", "description": "A comment and webmention plugin for Kirby 3", "type": "kirby-plugin", "license": "MIT",