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.
1 parent f7f7904 commit 605ee6bCopy full SHA for 605ee6b
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Edge (Unreleased)
4
5
+## 2.22.1 (2025-03-12)
6
+
7
- Fix incorrect plugin version. ([@koic])
8
9
## 2.22.0 (2025-03-10)
lib/rubocop/capybara/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module Capybara
# Version information for the Capybara RuboCop plugin.
module Version
- STRING = '2.22.0'
+ STRING = '2.22.1'
end
10
0 commit comments