From 55150fcf8b069550873ccc268296f42c76302293 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Fri, 19 Jul 2024 08:53:18 +0000 Subject: [PATCH] chore(release): 9.3.13 [skip ci] ## [9.3.13](https://github.com/ForestAdmin/forest-rails/compare/v9.3.12...v9.3.13) (2024-07-19) ### Bug Fixes * **permission:** forward action approval exception for return expected response ([#685](https://github.com/ForestAdmin/forest-rails/issues/685)) ([1e6333c](https://github.com/ForestAdmin/forest-rails/commit/1e6333c707773ec5fa0699675dec47b1a5795272)) --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/forest_liana/version.rb | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd2bf990..38c5af4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.3.13](https://github.com/ForestAdmin/forest-rails/compare/v9.3.12...v9.3.13) (2024-07-19) + + +### Bug Fixes + +* **permission:** forward action approval exception for return expected response ([#685](https://github.com/ForestAdmin/forest-rails/issues/685)) ([1e6333c](https://github.com/ForestAdmin/forest-rails/commit/1e6333c707773ec5fa0699675dec47b1a5795272)) + ## [9.3.12](https://github.com/ForestAdmin/forest-rails/compare/v9.3.11...v9.3.12) (2024-07-02) diff --git a/Gemfile.lock b/Gemfile.lock index 275e8cb1..f9662b31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - forest_liana (9.3.12) + forest_liana (9.3.13) arel-helpers bcrypt deepsort diff --git a/lib/forest_liana/version.rb b/lib/forest_liana/version.rb index 8691f86e..bec62d2a 100644 --- a/lib/forest_liana/version.rb +++ b/lib/forest_liana/version.rb @@ -1,3 +1,3 @@ module ForestLiana - VERSION = "9.3.12" + VERSION = "9.3.13" end diff --git a/package.json b/package.json index 5c91478b..f7b98f05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forest-rails", - "version": "9.3.12", + "version": "9.3.13", "description": "The official Rails liana for Forest.", "directories": { "test": "test"