Skip to content

Commit

Permalink
Release 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
shanecav84 committed Oct 1, 2024
1 parent be04124 commit ca43a4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13] - 2024-10-01

### Fixed

- Fix clobbering when consecutive nodes are with wrong order [#17](https://github.com/shanecav84/rubocop-ordered_methods/pull/17). Thanks, @Darhazer.

## [0.12] - 2024-07-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion rubocop-ordered_methods.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'rubocop-ordered_methods'
spec.version = '0.12'
spec.version = '0.13'
spec.authors = ['Shane Cavanaugh']
spec.email = ['[email protected]']

Expand Down

0 comments on commit ca43a4e

Please sign in to comment.