Skip to content

Commit c481d1c

Browse files
chore(release): 1.3.2-rc.1 [skip ci]
## [1.3.2-rc.1](v1.3.1...v1.3.2-rc.1) (2021-07-12) ### Bug Fixes * **ci:** turn off dry-run for release script ([afc2c14](afc2c14))
1 parent afc2c14 commit c481d1c

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.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+
18
## [1.0.2] - 2019-11-19
29

310
### Added

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.3.0',
18+
'version' => '1.3.2-rc.1',
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.3.0",
3+
"version": "1.3.2-rc.1",
44
"description": "GraphQL for ProcessWire",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)