diff --git a/CHANGELOG.md b/CHANGELOG.md index c23b9d5..95afb5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## 1.3.4 (2024-12-16) + +* fix: fix actions ([47e3a74](https://github.com/justdlabs/inertia.ts/commit/47e3a74)) + ## 1.3.3 (2024-12-16) * fix: input error should not use cn from primitive ([cb816f7](https://github.com/justdlabs/inertia.ts/commit/cb816f7)) diff --git a/composer.json b/composer.json index 959ec15..aa70eaf 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "justd/laravel", - "version": "1.3.3", + "version": "1.3.4", "type": "project", "description": "The skeleton application for the Laravel framework.", "keywords": [ diff --git a/package-lock.json b/package-lock.json index d045d8b..2ac9df3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "inertia.ts", - "version": "1.3.3", + "version": "1.3.4", "lockfileVersion": 3, "requires": true, "packages": { "": { - "version": "1.3.3", + "version": "1.3.4", "dependencies": { "@tailwindcss/vite": "^4.0.0-beta.7", "@types/node": "^22.10.2", diff --git a/package.json b/package.json index 53fd94f..120ae32 100644 --- a/package.json +++ b/package.json @@ -78,5 +78,5 @@ } } }, - "version": "1.3.3" + "version": "1.3.4" }