Skip to content

Commit a8b16a6

Browse files
authored
Merge pull request #1312 from rubocop/release
Bump version to 2.12.1
2 parents a124f84 + ccb5ddf commit a8b16a6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

33
## Master (Unreleased)
44

5+
## 2.12.1 (2022-07-03)
6+
57
* Fix a false positive for `RSpec/Capybara/SpecificMatcher`. ([@ydah][])
68

79
## 2.12.0 (2022-07-02)

lib/rubocop/rspec/version.rb

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

0 commit comments

Comments
 (0)