Skip to content

Commit

Permalink
Bump version to v2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Sep 12, 2022
1 parent 6c040b4 commit 4b99a47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Master (Unreleased)

## 2.13.1 (2022-09-12)

* Include config/obsoletion.yml in the gemspec. ([@hosamaly][])

## 2.13.0 (2022-09-12)

* Fix `RSpec/FilePath` cop missing mismatched expanded namespace. ([@sl4vr][])
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '2.13.0'
STRING = '2.13.1'
end
end
end

0 comments on commit 4b99a47

Please sign in to comment.