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 2b9ce35 commit 37866faCopy full SHA for 37866fa
CHANGELOG.md
@@ -4,6 +4,10 @@ A concise overview of the public-facing changes to the gem from version to versi
4
5
## Unreleased
6
7
+## v5.2.0 - 2025-02-09
8
+
9
+- Add search filter to sidebar. Thanks @denisahearn!
10
11
## v5.1.0 - 2024-12-09
12
13
- List queries in the sidebar, similar to mutations. See https://github.com/brettchalupa/graphql-docs/pull/156. Thanks @denisahearn!
lib/graphql-docs/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module GraphQLDocs
- VERSION = '5.1.0'
+ VERSION = '5.2.0'
end
0 commit comments