Skip to content

Commit

Permalink
Merge pull request #27 from rubocop/bump_version
Browse files Browse the repository at this point in the history
Bump version to v2.17.1
  • Loading branch information
ydah authored Feb 16, 2023
2 parents 97ead52 + 83885b4 commit fa3d596
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Edge (Unreleased)

## 2.17.1 (2023-02-13)

- Fix an incorrect autocorrect for `Capybara/CurrentPathExpectation`. ([@ydah])
- Fix a false negative for `Capybara/CurrentPathExpectation` when using `match`. ([@ydah])
- Fix a false positive and incorrect autocorrect for `Capybara/SpecificActions`, `Capybara/SpecificFinders` and `Capybara/SpecificMatcher`. ([@ydah])
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/capybara/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module Capybara
# Version information for the Capybara RuboCop plugin.
module Version
STRING = '2.17.0'
STRING = '2.17.1'
end
end
end

0 comments on commit fa3d596

Please sign in to comment.