Skip to content

Commit 49947f3

Browse files
committed
Bump to 3.1.40
1 parent 9241628 commit 49947f3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.14.0] - 2025-11-27
8+
9+
Lots of quality of life improvements!
10+
11+
* OG Pilot in Awesome page (@raulpopadineti)
12+
* Expose InertiaRails version (@capripot)
13+
* Svelte improvements to install generators (@alec-c4)
14+
* Add start kits to docs (@skryukov)
15+
* Fix types in React install templates (@skryukov)
16+
* Update docs with new inertia branding (@skryukov)
17+
* Add protocol diagram (@skryukov)
18+
* Fix forceIndicesArrayFormatInFormData in install generator (@skryukov)
19+
* Add Kickstart templates to awesome page (@alec-c4)
20+
* Improve generators for TypeScript users (@Andy9822)
21+
* Update example pages to mimic Rails styling and appear at root path by default (@capripot)
22+
* Update error types in install templates (@skryukov)
23+
724
## [3.13.0] - 2025-11-19
825

926
* Update installers (@skryukov)

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

0 commit comments

Comments
 (0)