Skip to content

Commit e1c9bc1

Browse files
committed
chore(release): 9.9.1 [skip ci]
## [9.9.1](v9.9.0...v9.9.1) (2025-02-10) ### Bug Fixes * prevent infinite loops in context variable injection ([#716](#716)) ([6744b81](6744b81)), closes [#714](#714)
1 parent 6744b81 commit e1c9bc1

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.9.1](https://github.com/ForestAdmin/forest-rails/compare/v9.9.0...v9.9.1) (2025-02-10)
2+
3+
4+
### Bug Fixes
5+
6+
* prevent infinite loops in context variable injection ([#716](https://github.com/ForestAdmin/forest-rails/issues/716)) ([6744b81](https://github.com/ForestAdmin/forest-rails/commit/6744b812cda6e773e51a997539c3ff86943771d6)), closes [#714](https://github.com/ForestAdmin/forest-rails/issues/714)
7+
18
# [9.9.0](https://github.com/ForestAdmin/forest-rails/compare/v9.8.0...v9.9.0) (2025-02-07)
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.9.0"
2+
VERSION = "9.9.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.9.0",
3+
"version": "9.9.1",
44
"description": "The official Rails liana for Forest.",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)