Skip to content

Commit d1424f4

Browse files
committed
chore(release): 9.6.3 [skip ci]
## [9.6.3](v9.6.2...v9.6.3) (2024-12-24) ### Bug Fixes * **forest-requester:** don't swallow error anymore ([#710](#710)) ([6fd1dd8](6fd1dd8))
1 parent 6fd1dd8 commit d1424f4

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.6.3](https://github.com/ForestAdmin/forest-rails/compare/v9.6.2...v9.6.3) (2024-12-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **forest-requester:** don't swallow error anymore ([#710](https://github.com/ForestAdmin/forest-rails/issues/710)) ([6fd1dd8](https://github.com/ForestAdmin/forest-rails/commit/6fd1dd8a8e150bc8e0fd28beb72e61ff1c8d6e5f))
7+
18
## [9.6.2](https://github.com/ForestAdmin/forest-rails/compare/v9.6.1...v9.6.2) (2024-12-19)
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.6.2"
2+
VERSION = "9.6.3"
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.6.2",
3+
"version": "9.6.3",
44
"description": "The official Rails liana for Forest.",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)