Skip to content

Commit 9fee3e7

Browse files
chore(release): 1.4.0-rc.3 [skip ci]
# [1.4.0-rc.3](v1.4.0-rc.2...v1.4.0-rc.3) (2022-07-29) ### Features * **graphiql:** add support for request headers ([c0fb4be](c0fb4be))
1 parent c0fb4be commit 9fee3e7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
# [1.4.0-rc.2](https://github.com/dadish/ProcessGraphQL/compare/v1.4.0-rc.1...v1.4.0-rc.2) (2022-07-27)
29

310

ProcessGraphQL.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ProcessGraphQL extends Process implements Module {
1515
{
1616
return array(
1717
'title' => 'GraphQL',
18-
'version' => '1.4.0-rc.2',
18+
'version' => '1.4.0-rc.3',
1919
'summary' => 'GraphQL for ProcessWire.',
2020
'href' => 'https://github.com/dadish/ProcessGraphql',
2121
'singular' => true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "processgraphql",
3-
"version": "1.4.0-rc.2",
3+
"version": "1.4.0-rc.3",
44
"description": "GraphQL for ProcessWire",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)