Skip to content

Commit 5319c87

Browse files
committed
Update changelog & pump up the patch version.
1 parent 8caf151 commit 5319c87

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ProcessGraphQL Changelog
22
========================
33

4+
### 0.15.3
5+
- Fix numChildren field.
6+
47
### 0.15.2
58
- Fix the default value bug.
69

ProcessGraphQL.module

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ProcessGraphQL extends Process implements Module {
1313
{
1414
return array(
1515
'title' => 'GraphQL',
16-
'version' => '0.15.2',
16+
'version' => '0.15.3',
1717
'summary' => 'GraphQL for ProcessWire.',
1818
'href' => 'https://github.com/dadish/ProcessGraphql',
1919
'singular' => true,

0 commit comments

Comments
 (0)