Skip to content

Commit

Permalink
chore: release v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoson committed Dec 3, 2024
1 parent 006e0ef commit 7fa2ef0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arnoson/kirby-vite",
"description": "Vite helper for Kirby CMS",
"version": "5.3.1",
"version": "5.4.0",
"type": "kirby-plugin",
"license": "MIT",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.3.1",
"version": "5.4.0",
"scripts": {
"test": "composer run test",
"release": "bumpp",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-kirby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-kirby",
"version": "5.3.1",
"version": "5.4.0",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down

0 comments on commit 7fa2ef0

Please sign in to comment.