Skip to content

Commit

Permalink
chore(release): 9.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
forest-bot committed Feb 11, 2025
1 parent 285fb7b commit 05aa9f5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [9.10.0](https://github.com/ForestAdmin/forest-rails/compare/v9.9.1...v9.10.0) (2025-02-11)


### Bug Fixes

* rename route search to query ([79e5702](https://github.com/ForestAdmin/forest-rails/commit/79e5702a7d5b7b34659238b9bbe8abfb98f66607))


### Features

* **inbox:** rename route search to query ([285fb7b](https://github.com/ForestAdmin/forest-rails/commit/285fb7b7744c8424962d5d2ac2a05d011534525e))

## [9.9.1](https://github.com/ForestAdmin/forest-rails/compare/v9.9.0...v9.9.1) (2025-02-10)


Expand Down
2 changes: 1 addition & 1 deletion lib/forest_liana/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestLiana
VERSION = "9.9.1"
VERSION = "9.10.0"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forest-rails",
"version": "9.9.1",
"version": "9.10.0",
"description": "The official Rails liana for Forest.",
"directories": {
"test": "test"
Expand Down

0 comments on commit 05aa9f5

Please sign in to comment.