Skip to content

Commit aac4384

Browse files
committed
v4.11.1
1 parent 21aa9cc commit aac4384

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.11.0...v) (2021-01-20)
6+
# [](https://github.com/graphile/graphile-engine/compare/v4.11.0...v) (2021-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **compat:** make utils compatible with older engine ([#707](https://github.com/graphile/graphile-engine/issues/707)) ([bd3161d](https://github.com/graphile/graphile-engine/commit/bd3161d242ec0a049ba84e3e6c0f1eaf90f1f05b))
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.11.0",
7+
"version": "4.11.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.11.0",
3+
"version": "4.11.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)