From 4186d279bd37b9a71425a4b7abab468c2e4bed07 Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Wed, 22 Mar 2023 07:35:42 +0100 Subject: [PATCH] chore: release v1.5.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 a9296f9..6076e30 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": "1.5.0", + "version": "1.5.1", "keywords": [ "kirby", "headless" diff --git a/composer.lock b/composer.lock index 3f80837..56b91ae 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": "00e65d054e1a605dea243b20284f0352", + "content-hash": "717b998d03b167001e47e19dd3ca985d", "packages": [ { "name": "getkirby/composer-installer", diff --git a/package.json b/package.json index dc1b67f..ad73dbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.5.0", + "version": "1.5.1", "scripts": { "release": "npx -y bumpp --all" }