Skip to content

Commit dc69b15

Browse files
chore(release): 1.4.1-rc.1 [skip ci]
## [1.4.1-rc.1](v1.4.0...v1.4.1-rc.1) (2022-07-30) ### Bug Fixes * **deps:** update npm dependencies to the latest ([021947b](021947b)) * **scripts:** use import instead of require ([6265229](6265229))
1 parent 6265229 commit dc69b15

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.4.1-rc.1](https://github.com/dadish/ProcessGraphQL/compare/v1.4.0...v1.4.1-rc.1) (2022-07-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update npm dependencies to the latest ([021947b](https://github.com/dadish/ProcessGraphQL/commit/021947b5b1daba048c35de5481820ba8a6b9ec8f))
7+
* **scripts:** use import instead of require ([6265229](https://github.com/dadish/ProcessGraphQL/commit/6265229c345dab8d834a66325ebd702ee85eba38))
8+
19
# [1.4.0](https://github.com/dadish/ProcessGraphQL/compare/v1.3.2...v1.4.0) (2022-07-29)
210

311

package.json

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

0 commit comments

Comments
 (0)