From 27292a564d7fae912c2ef3641c422a9928a5aff0 Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Thu, 28 Sep 2023 12:57:16 +0200 Subject: [PATCH] chore: release v2.0.0 --- 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 ba33237..0241953 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.7.1", + "version": "2.0.0", "keywords": [ "kirby", "headless" diff --git a/composer.lock b/composer.lock index 943e859..0f6186c 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": "c5531a9f84aaf7adf091cc164f620dc6", + "content-hash": "7c6ff4f0d298c4293ebd614b2c419c5a", "packages": [ { "name": "getkirby/composer-installer", diff --git a/package.json b/package.json index 438910e..a1d5199 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.7.1", + "version": "2.0.0", "scripts": { "release": "npx -y bumpp --all" }