Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryTsepelev committed Jun 3, 2023
1 parent a859c28 commit 238fcb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## master

## 1.3.0 (2023-06-03)

- [PR#134](https://github.com/DmitryTsepelev/rubocop-graphql/pull/134) Add `SafeBaseClasses` to `NotAuthorizedNodeType` ([@RasimKhusaenov][])
- [PR#136](https://github.com/DmitryTsepelev/rubocop-graphql/pull/136) Don't report FieldMethod errors if method kwarg is already set ([@thijsnado][])

Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/graphql/version.rb
@@ -1,5 +1,5 @@
module RuboCop
module GraphQL
VERSION = "1.2.0".freeze
VERSION = "1.3.0".freeze
end
end

0 comments on commit 238fcb5

Please sign in to comment.