Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermarien committed Oct 23, 2024
1 parent b1fe06a commit cdd1ec3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.13.2 - 2024-10-23
### Changed
- Updated dependencies

## 0.13.1 - 2024-07-15
### Changed
- Removed Slack references
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rubocop-vendor (0.13.1)
rubocop-vendor (0.13.2)
rubocop

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/vendor/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RuboCop
module Vendor
VERSION = '0.13.1'
VERSION = '0.13.2'
end
end

0 comments on commit cdd1ec3

Please sign in to comment.