File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.3.2-rc.1] ( https://github.com/dadish/ProcessGraphQL/compare/v1.3.1...v1.3.2-rc.1 ) (2021-07-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** ci:** turn off dry-run for release script ([ afc2c14] ( https://github.com/dadish/ProcessGraphQL/commit/afc2c14d416398d12791af0bcd942ff56493f4fd ) )
7
+
1
8
## [ 1.0.2] - 2019-11-19
2
9
3
10
### Added
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.3.0 ',
18
+ 'version' => '1.3.2-rc.1 ',
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.3.0 " ,
3
+ "version" : " 1.3.2-rc.1 " ,
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