From a94e7a384d98d239c142539b2ca2e8438ccadfad Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Mon, 20 Mar 2023 17:00:58 +0100 Subject: [PATCH] chore: release v1.4.5 --- 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 f05c720..f8b4b3d 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.4.4", + "version": "1.4.5", "keywords": [ "kirby", "headless" diff --git a/composer.lock b/composer.lock index 6968415..0851719 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": "3a5d9d9da5118e88162327089ee5a3ff", + "content-hash": "e1692452e10e8ce3d9f574cd79548386", "packages": [ { "name": "getkirby/composer-installer", diff --git a/package.json b/package.json index 965cbe7..56cc0ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.4.4", + "version": "1.4.5", "scripts": { "release": "npx -y bumpp --all" }