Skip to content

Commit 953c467

Browse files
committed
v4.5.2
1 parent 0a4db65 commit 953c467

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
We use PostGraphile's GitHub releases tab to log our changes in detail, but
44
this auto-generated changelog helps us to produce that list, and it may be
55
helpful to you also.
6-
# [](https://github.com/graphile/graphile-engine/compare/v4.5.1...v) (2019-11-20)
6+
# [](https://github.com/graphile/graphile-engine/compare/v4.5.1...v) (2019-11-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **utils:** make makeAddPgTableConditionPlugin work on simple co… ([#569](https://github.com/graphile/graphile-engine/issues/569)) ([0a4db65](https://github.com/graphile/graphile-engine/commit/0a4db65dd900c6a4ecf161db9f32d34a5719b9e5))
712

813

914

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.1",
7+
"version": "4.5.2",
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.1",
3+
"version": "4.5.2",
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)