Skip to content

Commit dcf46ee

Browse files
committed
4.12.6
1 parent bf11b75 commit dcf46ee

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ to you also.
88
Graphile Engine, so you should also reference [those
99
changes](https://github.com/graphile/graphile-engine/blob/master/CHANGELOG.md).
1010

11+
## [4.12.6](https://github.com/graphile/postgraphile/compare/v4.12.5...v4.12.6) (2021-11-30)
12+
13+
### Bug Fixes
14+
15+
- **ws:** only use singleStatement for subscriptions ([#1559](https://github.com/graphile/postgraphile/issues/1559)) ([bf11b75](https://github.com/graphile/postgraphile/commit/bf11b75022287dd2d3c2d657501349daddb4d69f))
16+
1117
## [4.12.5](https://github.com/graphile/postgraphile/compare/v4.12.4...v4.12.5) (2021-10-21)
1218

1319
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postgraphile",
3-
"version": "4.12.5",
3+
"version": "4.12.6",
44
"description": "A GraphQL schema created by reflection over a PostgreSQL schema 🐘 (previously known as PostGraphQL)",
55
"author": "Benjie Gillam <[email protected]> (https://twitter.com/benjie)",
66
"license": "MIT",

0 commit comments

Comments
 (0)