Skip to content

Commit

Permalink
chore: release v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoson committed Feb 11, 2024
1 parent 61d7dd5 commit b514f6e
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.1.0",
"version": "5.2.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.1.0",
"version": "5.2.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.1.0",
"version": "5.2.0",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down

0 comments on commit b514f6e

Please sign in to comment.