File tree 3 files changed +9
-2
lines changed 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.4.0-rc.3] ( https://github.com/dadish/ProcessGraphQL/compare/v1.4.0-rc.2...v1.4.0-rc.3 ) (2022-07-29)
2
+
3
+
4
+ ### Features
5
+
6
+ * ** graphiql:** add support for request headers ([ c0fb4be] ( https://github.com/dadish/ProcessGraphQL/commit/c0fb4beece26453d46f782fc95df1fa29b476051 ) )
7
+
1
8
# [ 1.4.0-rc.2] ( https://github.com/dadish/ProcessGraphQL/compare/v1.4.0-rc.1...v1.4.0-rc.2 ) (2022-07-27)
2
9
3
10
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class ProcessGraphQL extends Process implements Module {
15
15
{
16
16
return array(
17
17
'title' => 'GraphQL',
18
- 'version' => '1.4.0-rc.2 ',
18
+ 'version' => '1.4.0-rc.3 ',
19
19
'summary' => 'GraphQL for ProcessWire.',
20
20
'href' => 'https://github.com/dadish/ProcessGraphql',
21
21
'singular' => true,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " processgraphql" ,
3
- "version" : " 1.4.0-rc.2 " ,
3
+ "version" : " 1.4.0-rc.3 " ,
4
4
"description" : " GraphQL for ProcessWire" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
You can’t perform that action at this time.
0 commit comments