Skip to content

Commit 05aa9f5

Browse files
committed
chore(release): 9.10.0 [skip ci]
# [9.10.0](v9.9.1...v9.10.0) (2025-02-11) ### Bug Fixes * rename route search to query ([79e5702](79e5702)) ### Features * **inbox:** rename route search to query ([285fb7b](285fb7b))
1 parent 285fb7b commit 05aa9f5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [9.10.0](https://github.com/ForestAdmin/forest-rails/compare/v9.9.1...v9.10.0) (2025-02-11)
2+
3+
4+
### Bug Fixes
5+
6+
* rename route search to query ([79e5702](https://github.com/ForestAdmin/forest-rails/commit/79e5702a7d5b7b34659238b9bbe8abfb98f66607))
7+
8+
9+
### Features
10+
11+
* **inbox:** rename route search to query ([285fb7b](https://github.com/ForestAdmin/forest-rails/commit/285fb7b7744c8424962d5d2ac2a05d011534525e))
12+
113
## [9.9.1](https://github.com/ForestAdmin/forest-rails/compare/v9.9.0...v9.9.1) (2025-02-10)
214

315

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.1"
2+
VERSION = "9.10.0"
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.1",
3+
"version": "9.10.0",
44
"description": "The official Rails liana for Forest.",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)