Skip to content

Commit 0da953c

Browse files
chore(release): 1.4.1-rc.4 [skip ci]
## [1.4.1-rc.4](v1.4.1-rc.3...v1.4.1-rc.4) (2022-07-30) ### Bug Fixes * **scrips:** import fs as a commonjs module ([6aac63d](6aac63d))
1 parent 864d334 commit 0da953c

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.1-rc.4](https://github.com/dadish/ProcessGraphQL/compare/v1.4.1-rc.3...v1.4.1-rc.4) (2022-07-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **scrips:** import fs as a commonjs module ([6aac63d](https://github.com/dadish/ProcessGraphQL/commit/6aac63dcd350d44039ca3f6eb71beb363574f634))
7+
18
## [1.4.1-rc.3](https://github.com/dadish/ProcessGraphQL/compare/v1.4.1-rc.2...v1.4.1-rc.3) (2022-07-30)
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',
18+
'version' => '1.4.1-rc.4',
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.1-rc.3",
3+
"version": "1.4.1-rc.4",
44
"description": "GraphQL for ProcessWire",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)