From fbc125b881bbb06480f4bf199131fb9ae8247a64 Mon Sep 17 00:00:00 2001 From: "Irsyad A. Panjaitan" Date: Sun, 4 Aug 2024 15:37:39 +0700 Subject: [PATCH] chore: release v1.0.2 --- CHANGELOG.md | 2 ++ composer.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6bdf11..e08acd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [1.0.2](https://github.com/justdlabs/inertia.ts/compare/1.0.1...1.0.2) (2024-08-04) + ## 1.0.1 (2024-08-04) diff --git a/composer.json b/composer.json index c6c1d71..ee0d381 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "justd/laravel", - "version": "1.0.1", + "version": "1.0.2", "type": "project", "description": "The skeleton application for the Laravel framework.", "keywords": [ diff --git a/package.json b/package.json index d261ff7..ec6c825 100644 --- a/package.json +++ b/package.json @@ -80,5 +80,5 @@ } } }, - "version": "1.0.1" + "version": "1.0.2" }