Skip to content

Commit 7d2906c

Browse files
committed
4.12.11
1 parent 263ba74 commit 7d2906c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ 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.11](https://github.com/graphile/postgraphile/compare/v4.12.10...v4.12.11) (2022-05-25)
12+
13+
### Bug Fixes
14+
15+
- handle pgClient errors ([#1633](https://github.com/graphile/postgraphile/issues/1633)) ([263ba74](https://github.com/graphile/postgraphile/commit/263ba7477bc2133eebdf89d29acd0460e58501ec))
16+
- **deps:** upgrade Graphile Engine ([#1631](https://github.com/graphile/postgraphile/issues/1631)) ([1824352](https://github.com/graphile/postgraphile/commit/18243528021fdae0c2f62769485f120087a24ccd))
17+
1118
## [4.12.10](https://github.com/graphile/postgraphile/compare/v4.12.9...v4.12.10) (2022-04-13)
1219

1320
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postgraphile",
3-
"version": "4.12.10",
3+
"version": "4.12.11",
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)