From 73bb7277f19ded48e7a401e3745290994ca5cca6 Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Thu, 5 Oct 2023 17:01:15 +0100 Subject: [PATCH] 4.14.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa35ec80a..cb22e375e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,17 @@ to you also. Graphile Engine, so you should also reference [those changes](https://github.com/graphile/graphile-engine/blob/master/CHANGELOG.md). +# [4.14.0](https://github.com/graphile/postgraphile/compare/v4.13.0...v4.14.0) (2023-10-05) + +### Features + +- **interface:** add usePartitionedParent ([#1160](https://github.com/graphile/postgraphile/issues/1160)) ([c29dd0c](https://github.com/graphile/postgraphile/commit/c29dd0c8a7d25ea2fe85de373f91df1ca5864714)) + # [4.13.0](https://github.com/graphile/postgraphile/compare/v4.12.12...v4.13.0) (2023-01-12) ### Bug Fixes - upgrade Graphile Engine ([#1702](https://github.com/graphile/postgraphile/issues/1702)) ([df19851](https://github.com/graphile/postgraphile/commit/df1985190c908f0f5f1255fb4558f74c46cae533)) -- **deps:** upgrade to jsonwebtoken@9 ## [4.12.12](https://github.com/graphile/postgraphile/compare/v4.12.11...v4.12.12) (2022-12-01) diff --git a/package.json b/package.json index 15a6b34549..aa758c5c58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postgraphile", - "version": "4.13.0", + "version": "4.14.0", "description": "A GraphQL schema created by reflection over a PostgreSQL schema 🐘 (previously known as PostGraphQL)", "author": "Benjie Gillam (https://twitter.com/benjie)", "license": "MIT",