Skip to content

Commit 392c4ef

Browse files
committed
chore(release): 9.14.1 [skip ci]
## [9.14.1](v9.14.0...v9.14.1) (2025-05-28) ### Bug Fixes * preload polymorphic associations to improve performance ([#731](#731)) ([00ceef7](00ceef7))
1 parent 00ceef7 commit 392c4ef

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [9.14.1](https://github.com/ForestAdmin/forest-rails/compare/v9.14.0...v9.14.1) (2025-05-28)
2+
3+
4+
### Bug Fixes
5+
6+
* preload polymorphic associations to improve performance ([#731](https://github.com/ForestAdmin/forest-rails/issues/731)) ([00ceef7](https://github.com/ForestAdmin/forest-rails/commit/00ceef75b9c9beb3b01216c03f42e7e337ecd4bf))
7+
18
# [9.14.0](https://github.com/ForestAdmin/forest-rails/compare/v9.13.0...v9.14.0) (2025-05-26)
29

310

lib/forest_liana/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestLiana
2-
VERSION = "9.14.0"
2+
VERSION = "9.14.1"
33
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forest-rails",
3-
"version": "9.14.0",
3+
"version": "9.14.1",
44
"description": "The official Rails liana for Forest.",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)