Skip to content

Commit 619efbc

Browse files
committed
4.12.5
1 parent 98d78d5 commit 619efbc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ 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.5](https://github.com/graphile/postgraphile/compare/v4.12.4...v4.12.5) (2021-10-21)
12+
13+
### Bug Fixes
14+
15+
- **jwt:** JWT now extracted when `jwtPublicKey || jwtSecret` set ([#1537](https://github.com/graphile/postgraphile/issues/1537)) ([04ef23e](https://github.com/graphile/postgraphile/commit/04ef23e3f8da1107489ba4d09c5ed004994efd5b))
16+
- **release:** call shutdown actions in reverse order ([#1543](https://github.com/graphile/postgraphile/issues/1543)) ([c4eb076](https://github.com/graphile/postgraphile/commit/c4eb076889201aeeb5c45519e225a9dedf163d3a))
17+
- **types:** handleErrors option type ([#1542](https://github.com/graphile/postgraphile/issues/1542)) ([3a19293](https://github.com/graphile/postgraphile/commit/3a192937a8068f79664bf227c24bb3f6183376fa))
18+
- **windows:** CLI recognition of absolute paths on Windows ([#1518](https://github.com/graphile/postgraphile/issues/1518)) ([666bf77](https://github.com/graphile/postgraphile/commit/666bf773461210dba05de880e7ab9e290ffd8a4a))
19+
1120
## [4.12.4](https://github.com/graphile/postgraphile/compare/v4.12.3...v4.12.4) (2021-09-23)
1221

1322
## [4.12.3](https://github.com/graphile/postgraphile/compare/v4.12.2...v4.12.3) (2021-06-04)

package.json

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