From 0a11ce0e35bf2496bcc1001ad81b61c57010f1a7 Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Mon, 9 Oct 2023 17:34:35 +0200 Subject: [PATCH] chore: release v2.2.1 --- composer.json | 2 +- composer.lock | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d5cc187..5599541 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "johannschopplich/kirby-headless", "description": "Kirby, but headless only – KQL with bearer token, Express-esque middlewares & more", "type": "kirby-plugin", - "version": "2.2.0", + "version": "2.2.1", "keywords": [ "kirby", "headless" diff --git a/composer.lock b/composer.lock index 217cc1f..6679ee3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2ea6fe4d0934b13ea79f9fb971634593", + "content-hash": "15bfe82c79ce2a661f2f233b855bf75c", "packages": [ { "name": "getkirby/composer-installer", diff --git a/package.json b/package.json index 8cb7a50..782a903 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "2.2.0", + "version": "2.2.1", "scripts": { "release": "npx -y bumpp --all" }