Skip to content

Commit d90e148

Browse files
committed
chore(release): 9.1.10 [skip ci]
## [9.1.10](v9.1.9...v9.1.10) (2024-02-28) ### Bug Fixes * **security:** patch semantic-release dependency vulnerabilities ([20e08da](20e08da)) * **security:** patch semver-regex dependency vulnerabilities ([#659](#659)) ([4f8360b](4f8360b))
1 parent 20e08da commit d90e148

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [9.1.10](https://github.com/ForestAdmin/forest-rails/compare/v9.1.9...v9.1.10) (2024-02-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **security:** patch semantic-release dependency vulnerabilities ([20e08da](https://github.com/ForestAdmin/forest-rails/commit/20e08da90376b45c4321554af8a538d816f0e38c))
7+
* **security:** patch semver-regex dependency vulnerabilities ([#659](https://github.com/ForestAdmin/forest-rails/issues/659)) ([4f8360b](https://github.com/ForestAdmin/forest-rails/commit/4f8360b02d7caaacb6c434124d535d28d2d883ab))
8+
19
## [9.1.9](https://github.com/ForestAdmin/forest-rails/compare/v9.1.8...v9.1.9) (2024-02-28)
210

311

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
forest_liana (9.1.9)
4+
forest_liana (9.1.10)
55
arel-helpers
66
bcrypt
77
deepsort

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.1.9"
2+
VERSION = "9.1.10"
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.1.9",
3+
"version": "9.1.10",
44
"description": "The official Rails liana for Forest.",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)