Skip to content

Commit d716e56

Browse files
committed
Release v2.21.0
1 parent 281fd36 commit d716e56

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Edge (Unreleased)
44

5+
## 2.21.0 (2024-06-08)
6+
57
- Fix a false negative for `Capybara/NegationMatcher` when using `to_not`. ([@ydah])
68
- Fix a false negative for `Capybara/SpecificFinders` when using `find(:id, 'some-id')`. ([@ydah])
79

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rubocop-capybara
22
title: RuboCop Capybara
3-
version: ~
3+
version: '2.21'
44
nav:
55
- modules/ROOT/nav.adoc

lib/rubocop/capybara/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module Capybara
55
# Version information for the Capybara RuboCop plugin.
66
module Version
7-
STRING = '2.20.0'
7+
STRING = '2.21.0'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)