Skip to content

Commit 8815335

Browse files
committed
v4.5.4
1 parent 64bee1a commit 8815335

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ helpful to you also.
66
# [](https://github.com/graphile/graphile-engine/compare/v4.5.3...v) (2019-12-11)
77

88

9+
### Bug Fixes
10+
11+
* **utils:** to match early enough, we need build to be passed ([9aa5565](https://github.com/graphile/graphile-engine/commit/9aa556522eb8ca691bbc9d1f717c3289f6ef126c))
12+
13+
914

1015
## [4.5.3](https://github.com/graphile/graphile-engine/compare/v4.5.2...v4.5.3) (2019-12-11)
1116

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "4.5.3",
7+
"version": "4.5.4",
88
"command": {
99
"publish": {
1010
"allowBranch": [

packages/graphile-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-utils",
3-
"version": "4.5.3",
3+
"version": "4.5.4",
44
"description": "Utilities to help with building graphile-build plugins",
55
"main": "node8plus/index.js",
66
"types": "node8plus/index.d.ts",

0 commit comments

Comments
 (0)