From 1211211f6cbcbcc3c336140a17fce256c11d65ff Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Fri, 14 Jun 2024 14:36:06 +0000 Subject: [PATCH] chore(release): 9.3.11 [skip ci] ## [9.3.11](https://github.com/ForestAdmin/forest-rails/compare/v9.3.10...v9.3.11) (2024-06-14) ### Bug Fixes * **security:** patch braces dependency vulnerabilities ([#683](https://github.com/ForestAdmin/forest-rails/issues/683)) ([68ba271](https://github.com/ForestAdmin/forest-rails/commit/68ba27188c80c6ab92eee05aa03e521d2e62e09e)) --- 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 162c31f9..6ef4f785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.3.11](https://github.com/ForestAdmin/forest-rails/compare/v9.3.10...v9.3.11) (2024-06-14) + + +### Bug Fixes + +* **security:** patch braces dependency vulnerabilities ([#683](https://github.com/ForestAdmin/forest-rails/issues/683)) ([68ba271](https://github.com/ForestAdmin/forest-rails/commit/68ba27188c80c6ab92eee05aa03e521d2e62e09e)) + ## [9.3.10](https://github.com/ForestAdmin/forest-rails/compare/v9.3.9...v9.3.10) (2024-06-14) diff --git a/Gemfile.lock b/Gemfile.lock index b92c7905..6be563e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - forest_liana (9.3.10) + forest_liana (9.3.11) arel-helpers bcrypt deepsort diff --git a/lib/forest_liana/version.rb b/lib/forest_liana/version.rb index 4c11917b..a5530271 100644 --- a/lib/forest_liana/version.rb +++ b/lib/forest_liana/version.rb @@ -1,3 +1,3 @@ module ForestLiana - VERSION = "9.3.10" + VERSION = "9.3.11" end diff --git a/package.json b/package.json index 557854f0..0828dfcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forest-rails", - "version": "9.3.10", + "version": "9.3.11", "description": "The official Rails liana for Forest.", "directories": { "test": "test"