File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.3.2] ( https://github.com/dadish/ProcessGraphQL/compare/v1.3.1...v1.3.2 ) (2021-07-12)
2+
3+
4+ ### Bug Fixes
5+
6+ * ** ci:** correct repository/project url ([ 407b663] ( https://github.com/dadish/ProcessGraphQL/commit/407b663180fa90fced36901ec27e42e3e251e809 ) )
7+ * ** ci:** turn off dry-run for release script ([ afc2c14] ( https://github.com/dadish/ProcessGraphQL/commit/afc2c14d416398d12791af0bcd942ff56493f4fd ) )
8+
19## [ 1.3.2-rc.1] ( https://github.com/dadish/ProcessGraphQL/compare/v1.3.1...v1.3.2-rc.1 ) (2021-07-12)
210
311
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class ProcessGraphQL extends Process implements Module {
1515 {
1616 return array(
1717 'title' => 'GraphQL',
18- 'version' => '1.3.2-rc.1 ',
18+ 'version' => '1.3.2',
1919 'summary' => 'GraphQL for ProcessWire.',
2020 'href' => 'https://github.com/dadish/ProcessGraphql',
2121 'singular' => true,
Original file line number Diff line number Diff line change 11{
22 "name" : " processgraphql" ,
3- "version" : " 1.3.2-rc.1 " ,
3+ "version" : " 1.3.2" ,
44 "description" : " GraphQL for ProcessWire" ,
55 "main" : " index.js" ,
66 "directories" : {
You can’t perform that action at this time.
0 commit comments