Skip to content

Commit 73bb727

Browse files
committed
4.14.0
1 parent 9b299e1 commit 73bb727

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@ 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.14.0](https://github.com/graphile/postgraphile/compare/v4.13.0...v4.14.0) (2023-10-05)
12+
13+
### Features
14+
15+
- **interface:** add usePartitionedParent ([#1160](https://github.com/graphile/postgraphile/issues/1160)) ([c29dd0c](https://github.com/graphile/postgraphile/commit/c29dd0c8a7d25ea2fe85de373f91df1ca5864714))
16+
1117
# [4.13.0](https://github.com/graphile/postgraphile/compare/v4.12.12...v4.13.0) (2023-01-12)
1218

1319
### Bug Fixes
1420

1521
- upgrade Graphile Engine ([#1702](https://github.com/graphile/postgraphile/issues/1702)) ([df19851](https://github.com/graphile/postgraphile/commit/df1985190c908f0f5f1255fb4558f74c46cae533))
16-
- **deps:** upgrade to jsonwebtoken@9
1722

1823
## [4.12.12](https://github.com/graphile/postgraphile/compare/v4.12.11...v4.12.12) (2022-12-01)
1924

package.json

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