From e1c800b76f3c97877d0af898e3fbcb6abb19f5b9 Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Thu, 18 Jan 2024 16:09:51 +0100 Subject: [PATCH] chore: release v2.3.6 --- 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 b90b8fe..888a9a4 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.3.5", + "version": "2.3.6", "keywords": [ "kirby", "headless" diff --git a/composer.lock b/composer.lock index 50d084c..7aabf63 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": "c9b4b42b0cecb7b88c255fa41d7079ef", + "content-hash": "4dd195c31c6c6ab07332445ce2b0035e", "packages": [ { "name": "getkirby/composer-installer", diff --git a/package.json b/package.json index 7aad014..b40e4b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "2.3.5", + "version": "2.3.6", "scripts": { "release": "npx -y bumpp --all" }