We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9785649 + f00e549 commit 12a2b8bCopy full SHA for 12a2b8b
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 2.27.1 (2025-03-12)
6
+
7
- Fix incorrect plugin version. ([@koic])
8
9
## 2.27.0 (2025-03-06)
lib/rubocop/factory_bot/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module FactoryBot
# Version information for the factory_bot RuboCop plugin.
module Version
- STRING = '2.27.0'
+ STRING = '2.27.1'
end
10
0 commit comments