We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324aa6d commit 6a633f2Copy full SHA for 6a633f2
CHANGELOG.md
@@ -8,6 +8,12 @@
8
9
### Bug fixes
10
11
+## 1.10.13 (16 June 2020)
12
+
13
+### Feature? Bug fix?
14
15
+- Refactor argument validation so that `.visible?` isn't called for optional arguments that aren't present #2985
16
17
## 1.10.12 (13 June 2020)
18
19
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.10.12"
+ VERSION = "1.10.13"
4
end
0 commit comments