Skip to content

Commit 003d1e4

Browse files
chore(release): 1.4.2 [skip ci]
## [1.4.2](v1.4.1...v1.4.2) (2023-05-14) ### Bug Fixes * **FeildtypeOptions:** fix error for empty values when it's a single option ([7a02e9d](7a02e9d))
1 parent bded5a7 commit 003d1e4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.2](https://github.com/dadish/ProcessGraphQL/compare/v1.4.1...v1.4.2) (2023-05-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **FeildtypeOptions:** fix error for empty values when it's a single option ([7a02e9d](https://github.com/dadish/ProcessGraphQL/commit/7a02e9d1af24dda78fd40ebb4a96710a55fe67e4))
7+
18
## [1.4.2-rc.1](https://github.com/dadish/ProcessGraphQL/compare/v1.4.1...v1.4.2-rc.1) (2023-05-14)
29

310

ProcessGraphQL.module

+1-1
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.2-rc.1',
18+
'version' => '1.4.2',
1919
'summary' => 'GraphQL for ProcessWire.',
2020
'href' => 'https://github.com/dadish/ProcessGraphql',
2121
'singular' => true,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "processgraphql",
3-
"version": "1.4.2-rc.1",
3+
"version": "1.4.2",
44
"description": "GraphQL for ProcessWire",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)