From cb4e667e2f3cbb5c8612c8f25df7a5a29ce8f09c Mon Sep 17 00:00:00 2001 From: "Irsyad A. Panjaitan" Date: Tue, 14 Jan 2025 02:03:26 +0700 Subject: [PATCH] chore: release v1.3.10 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b479e69..f2c6b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [1.3.10](https://github.com/justdlabs/inertia.ts/compare/v1.3.9...v1.3.10) (2025-01-13) + ## [1.3.9](https://github.com/justdlabs/inertia.ts/compare/v1.3.8...v1.3.9) (2025-01-10) ## [1.3.8](https://github.com/justdlabs/inertia.ts/compare/v1.3.7...v1.3.8) (2024-12-26) diff --git a/package.json b/package.json index e9e5025..53e4ced 100644 --- a/package.json +++ b/package.json @@ -44,5 +44,5 @@ "tailwindcss-animate": "^1.0.7", "vite": "^6.0.7" }, - "version": "1.3.9" + "version": "1.3.10" }