We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4218c31 commit ed957dbCopy full SHA for ed957db
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
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
13
## [3.12.1] - 2025-11-09
14
15
* Fix scroll props and deferred props for shared data (@bknoles)
lib/inertia_rails/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module InertiaRails
- VERSION = '3.12.1'
+ VERSION = '3.13.0'
end
0 commit comments