Skip to content

Commit

Permalink
chore: release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jan 23, 2023
1 parent b2a34b5 commit 3b81554
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 44 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0",
"version": "1.2.1",
"keywords": [
"kirby",
"headless"
Expand All @@ -21,7 +21,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "@stable",
"getkirby/cms": "^3.8"
"getkirby/cms": "^3.9"
},
"scripts": {
"fix": "php-cs-fixer fix",
Expand Down
84 changes: 43 additions & 41 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.2.0",
"version": "1.2.1",
"scripts": {
"release": "npx -y bumpp --all"
}
Expand Down

0 comments on commit 3b81554

Please sign in to comment.