From 26048c75e7e0b7ac07864dffb29a4ee223a91c98 Mon Sep 17 00:00:00 2001 From: "Irsyad A. Panjaitan" Date: Wed, 15 Jan 2025 15:20:39 +0700 Subject: [PATCH] chore: release v1.3.11 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2c6b5c..421f678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [1.3.11](https://github.com/justdlabs/inertia.ts/compare/v1.3.10...v1.3.11) (2025-01-15) + ## [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) diff --git a/package.json b/package.json index 53e4ced..97527dc 100644 --- a/package.json +++ b/package.json @@ -44,5 +44,5 @@ "tailwindcss-animate": "^1.0.7", "vite": "^6.0.7" }, - "version": "1.3.10" + "version": "1.3.11" }