From 16e64d1b1519617eca4a59e7927f9e53fe08c5b0 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Wed, 28 Feb 2024 13:40:13 +0000 Subject: [PATCH] chore(release): 9.1.4 [skip ci] ## [9.1.4](https://github.com/ForestAdmin/forest-rails/compare/v9.1.3...v9.1.4) (2024-02-28) ### Bug Fixes * **security:** patch lodash dependency vulnerabilities ([#653](https://github.com/ForestAdmin/forest-rails/issues/653)) ([e80e814](https://github.com/ForestAdmin/forest-rails/commit/e80e814a249f0e6929ada9f8c2da2e18fb985047)) --- 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 c9ed0703..5d5a9846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.1.4](https://github.com/ForestAdmin/forest-rails/compare/v9.1.3...v9.1.4) (2024-02-28) + + +### Bug Fixes + +* **security:** patch lodash dependency vulnerabilities ([#653](https://github.com/ForestAdmin/forest-rails/issues/653)) ([e80e814](https://github.com/ForestAdmin/forest-rails/commit/e80e814a249f0e6929ada9f8c2da2e18fb985047)) + ## [9.1.3](https://github.com/ForestAdmin/forest-rails/compare/v9.1.2...v9.1.3) (2024-02-28) diff --git a/Gemfile.lock b/Gemfile.lock index 2f93ec94..d2f1a3f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - forest_liana (9.1.3) + forest_liana (9.1.4) arel-helpers bcrypt deepsort diff --git a/lib/forest_liana/version.rb b/lib/forest_liana/version.rb index 85e80008..8195fe2c 100644 --- a/lib/forest_liana/version.rb +++ b/lib/forest_liana/version.rb @@ -1,3 +1,3 @@ module ForestLiana - VERSION = "9.1.3" + VERSION = "9.1.4" end diff --git a/package.json b/package.json index 545b7bb3..93cdaaab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forest-rails", - "version": "9.1.3", + "version": "9.1.4", "description": "The official Rails liana for Forest.", "directories": { "test": "test"