File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.4.1] ( https://github.com/dadish/ProcessGraphQL/compare/v1.4.0...v1.4.1 ) (2022-07-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** deps:** keep composer autolaod files ([ 9fb6f12] ( https://github.com/dadish/ProcessGraphQL/commit/9fb6f12215f4cfd18b851bb29f10d186d54580b7 ) )
7
+ * ** deps:** update npm dependencies to the latest ([ 021947b] ( https://github.com/dadish/ProcessGraphQL/commit/021947b5b1daba048c35de5481820ba8a6b9ec8f ) )
8
+ * ** scrips:** __ dirname is undefined ([ 8dbc180] ( https://github.com/dadish/ProcessGraphQL/commit/8dbc18079a6c591c15f4bab680772673517f0185 ) )
9
+ * ** scrips:** import fs as a commonjs module ([ 6aac63d] ( https://github.com/dadish/ProcessGraphQL/commit/6aac63dcd350d44039ca3f6eb71beb363574f634 ) )
10
+ * ** scripts:** use import instead of require ([ 6265229] ( https://github.com/dadish/ProcessGraphQL/commit/6265229c345dab8d834a66325ebd702ee85eba38 ) )
11
+
1
12
## [ 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
13
3
14
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.4.1-rc.4 ',
18
+ 'version' => '1.4.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.4.1-rc.4 " ,
3
+ "version" : " 1.4.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