From 300677a175805d215e5a381bfd26f083b12fefd8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Aug 2022 09:16:13 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/mauricerenck/pexels-image-field/compare/v1.0.6...v1.1.0) (2022-08-24) ### Features * kirby 3.7 adaption, download indicator ([48be161](https://github.com/mauricerenck/pexels-image-field/commit/48be161e65d6c57475c4a1cde1d13a108e889009)) --- CHANGELOG.md | 7 +++++++ composer.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e85a365..bb5fa18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/mauricerenck/pexels-image-field/compare/v1.0.6...v1.1.0) (2022-08-24) + + +### Features + +* kirby 3.7 adaption, download indicator ([48be161](https://github.com/mauricerenck/pexels-image-field/commit/48be161e65d6c57475c4a1cde1d13a108e889009)) + ## [1.0.6](https://github.com/mauricerenck/pexels-image-field/compare/v1.0.5...v1.0.6) (2022-01-13) diff --git a/composer.json b/composer.json index 189f12e..6565949 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/pexelsimagefield", - "version": "1.0.6", + "version": "1.1.0", "description": "A Kirby Plugin Starterkit", "type": "kirby-plugin", "license": "MIT", @@ -37,4 +37,4 @@ "build-test-package": "git archive HEAD -o plugin.zip --worktree-attributes", "build-composer": "composer install --no-dev --optimize-autoloader" } -} +} \ No newline at end of file