Skip to content

Commit ed957db

Browse files
committed
Bump to 3.13.0
1 parent 4218c31 commit ed957db

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.13.0] - 2025-11-19
8+
9+
* Update installers (@skryukov)
10+
* Update scaffolds (@skryukov)
11+
* Remove Svelte 4 option in installation generators (@skryukov)
12+
713
## [3.12.1] - 2025-11-09
814

915
* Fix scroll props and deferred props for shared data (@bknoles)

lib/inertia_rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module InertiaRails
4-
VERSION = '3.12.1'
4+
VERSION = '3.13.0'
55
end

0 commit comments

Comments
 (0)