Skip to content

Commit b128c5a

Browse files
committed
v4.5.5
1 parent 324f066 commit b128c5a

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.4...v) (2019-12-11)
77

88

9+
### Bug Fixes
10+
11+
* **utils:** fix smart tags for attributes ([324f066](https://github.com/graphile/graphile-engine/commit/324f0669a2b21c2445b6e7b8bb2ecd805f5de5ad))
12+
13+
914

1015
## [4.5.4](https://github.com/graphile/graphile-engine/compare/v4.5.3...v4.5.4) (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.4",
7+
"version": "4.5.5",
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.4",
3+
"version": "4.5.5",
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)