Skip to content

Commit

Permalink
Bump version to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryTsepelev committed Jul 5, 2024
1 parent 4832fe9 commit 46621bb
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 @@

## master

## 1.5.3 (2024-07-05)

- [PR#163](https://github.com/DmitryTsepelev/rubocop-graphql/pull/163) Fix FieldDefinitions to preserve comments when autocorrecting ([@fatkodima][])
- [PR#165](https://github.com/DmitryTsepelev/rubocop-graphql/pull/165) Drop support for rubocop < 1.50 ([@fatkodima][])
- [PR#164](https://github.com/DmitryTsepelev/rubocop-graphql/pull/164) Fix FieldDefinitions autocorrection for fields with squished heredocs ([@fatkodima][])
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/graphql/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RuboCop
module GraphQL
VERSION = "1.5.2".freeze
VERSION = "1.5.3".freeze
end
end

0 comments on commit 46621bb

Please sign in to comment.