Skip to content

Commit b1f09d9

Browse files
committed
Bump to 3.15.0
1 parent 8bc9b55 commit b1f09d9

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.15.0] - 2025-12-11
8+
9+
* Support for rendering initial page data in a script tag (@skryukov)
10+
* Once props support (@skryukov)
11+
* Fix file references in TypeScript templates (@bigmasonwang)
12+
713
## [3.14.0] - 2025-11-27
814

915
Lots of quality of life improvements!

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.14.0'
4+
VERSION = '3.15.0'
55
end

0 commit comments

Comments
 (0)