From 6cb3cb616837756f3ddcf0bb5ba57bf31a9fa4b8 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Wed, 28 Feb 2024 13:45:35 +0000 Subject: [PATCH] chore(release): 9.1.5 [skip ci] ## [9.1.5](https://github.com/ForestAdmin/forest-rails/compare/v9.1.4...v9.1.5) (2024-02-28) ### Bug Fixes * **security:** patch ansi-regex dependency vulnerabilities ([#654](https://github.com/ForestAdmin/forest-rails/issues/654)) ([98d3d18](https://github.com/ForestAdmin/forest-rails/commit/98d3d18d002dbf1f83a4fa135169fd1a48d766b1)) --- 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 5d5a9846..f60b171d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.1.5](https://github.com/ForestAdmin/forest-rails/compare/v9.1.4...v9.1.5) (2024-02-28) + + +### Bug Fixes + +* **security:** patch ansi-regex dependency vulnerabilities ([#654](https://github.com/ForestAdmin/forest-rails/issues/654)) ([98d3d18](https://github.com/ForestAdmin/forest-rails/commit/98d3d18d002dbf1f83a4fa135169fd1a48d766b1)) + ## [9.1.4](https://github.com/ForestAdmin/forest-rails/compare/v9.1.3...v9.1.4) (2024-02-28) diff --git a/Gemfile.lock b/Gemfile.lock index d2f1a3f0..43227c38 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - forest_liana (9.1.4) + forest_liana (9.1.5) arel-helpers bcrypt deepsort diff --git a/lib/forest_liana/version.rb b/lib/forest_liana/version.rb index 8195fe2c..7d612a6f 100644 --- a/lib/forest_liana/version.rb +++ b/lib/forest_liana/version.rb @@ -1,3 +1,3 @@ module ForestLiana - VERSION = "9.1.4" + VERSION = "9.1.5" end diff --git a/package.json b/package.json index 93cdaaab..cc375c8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forest-rails", - "version": "9.1.4", + "version": "9.1.5", "description": "The official Rails liana for Forest.", "directories": { "test": "test"