We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f051b38 commit e431337Copy full SHA for e431337
2 files changed
CHANGELOG.md
@@ -10,6 +10,12 @@
10
11
### Bug fixes
12
13
+# 2.4.18 (27 Apr 2026)
14
+
15
+### Bug fixes
16
17
+- Ruby Lexer: count comments towards configured max token count
18
19
# 2.4.16 (1 Apr 2025)
20
21
### New features
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.4.17"
+ VERSION = "2.4.18"
4
end
0 commit comments