From 75d27b1a43b9b49552843543fc6717bd268146f2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Jan 2025 15:20:41 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/mauricerenck/pexels-image-field/compare/v2.1.0...v2.2.0) (2025-01-24) ### Features * kirby 5 compatibility ([4f5985c](https://github.com/mauricerenck/pexels-image-field/commit/4f5985cf636d53237b96844c59ff123f9a0ef97a)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9f4563..4182773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://github.com/mauricerenck/pexels-image-field/compare/v2.1.0...v2.2.0) (2025-01-24) + + +### Features + +* kirby 5 compatibility ([4f5985c](https://github.com/mauricerenck/pexels-image-field/commit/4f5985cf636d53237b96844c59ff123f9a0ef97a)) + # [2.1.0](https://github.com/mauricerenck/pexels-image-field/compare/v2.0.2...v2.1.0) (2024-09-18) diff --git a/composer.json b/composer.json index 9adce21..44b9609 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/pexelsimagefield", - "version": "2.1.0", + "version": "2.2.0", "description": "A Kirby Plugin Starterkit", "type": "kirby-plugin", "license": "MIT",