From a2970bebc66a2359efc9f15d12a72bc1ae8e3520 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 30 Oct 2024 11:08:14 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/mauricerenck/og-image/compare/v1.0.1...v1.1.0) (2024-10-30) ### Features * composer autoloading ([620c5a6](https://github.com/mauricerenck/og-image/commit/620c5a6aa2ef7628734038c536c37acfc1b5ded1)) --- CHANGELOG.md | 7 +++++++ composer.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c662e2e..3d639a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/mauricerenck/og-image/compare/v1.0.1...v1.1.0) (2024-10-30) + + +### Features + +* composer autoloading ([620c5a6](https://github.com/mauricerenck/og-image/commit/620c5a6aa2ef7628734038c536c37acfc1b5ded1)) + ## [1.0.1](https://github.com/mauricerenck/og-image/compare/v1.0.0...v1.0.1) (2024-10-30) diff --git a/composer.json b/composer.json index 2992bfb..d78151b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/ogimage", - "version": "1.0.1", + "version": "1.1.0", "homepage": "https://github.com/mauricerenck/og-image", "description": "Creates an Open Graph Image for each page", "type": "kirby-plugin", @@ -36,4 +36,4 @@ "composer install --no-dev --optimize-autoloader" ] } -} +} \ No newline at end of file