Skip to content

Commit

Permalink
Bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryTsepelev committed Mar 31, 2024
1 parent 0514eb6 commit a06dfbc
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.1 (2024-03-31)

- [PR#156](https://github.com/DmitryTsepelev/rubocop-graphql/pull/156) Properly handle heredocs in FieldDescription ([@DmitryTsepelev][])
- [PR#154](https://github.com/DmitryTsepelev/rubocop-graphql/pull/154) Use rubocop to calculate code length for ResolverMethodLength ([@mbandrewfoster][])

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.0".freeze
VERSION = "1.5.1".freeze
end
end

0 comments on commit a06dfbc

Please sign in to comment.