Skip to content

Commit 9b0f360

Browse files
chore: release v2.3.0
1 parent d014e11 commit 9b0f360

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "johannschopplich/kirby-headless",
33
"description": "Kirby, but headless only – KQL with bearer token, Express-esque middlewares & more",
44
"type": "kirby-plugin",
5-
"version": "2.2.5",
5+
"version": "2.3.0",
66
"keywords": [
77
"kirby",
88
"headless"
@@ -21,7 +21,7 @@
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "@stable",
24-
"getkirby/cms": "^4.0.0-rc.1"
24+
"getkirby/cms": "^4.0.0-rc.2"
2525
},
2626
"autoload": {
2727
"psr-4": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "2.2.5",
3+
"version": "2.3.0",
44
"scripts": {
55
"release": "npx -y bumpp --all"
66
}

0 commit comments

Comments
 (0)