Skip to content

Commit 636bd3f

Browse files
committed
v4.5.1
1 parent 8c23567 commit 636bd3f

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

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.0...v) (2019-11-20)
77

88

9+
### Features
10+
11+
* **tags:** improve JSON format for Smart Tags ([#568](https://github.com/graphile/graphile-engine/issues/568)) ([cb8eac1](https://github.com/graphile/graphile-engine/commit/cb8eac1146bd3805a82201d905edb3826544334a))
12+
13+
914

1015
# [4.5.0](https://github.com/graphile/graphile-engine/compare/v4.5.0-rc.0...v4.5.0) (2019-11-20)
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.0",
7+
"version": "4.5.1",
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.0",
3+
"version": "4.5.1",
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)