From 14d3180cc35660e78e0b8162fd027b33d695a6ba Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Fri, 4 Jun 2021 12:59:58 +0100 Subject: [PATCH] 4.12.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efc4c7d069..6642e58ac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ to you also. Graphile Engine, so you should also reference [those changes](https://github.com/graphile/graphile-engine/blob/master/CHANGELOG.md). +## [4.12.3](https://github.com/graphile/postgraphile/compare/v4.12.2...v4.12.3) (2021-06-04) + +### Bug Fixes + +- **cli:** fix parsing port number ([#1495](https://github.com/graphile/postgraphile/issues/1495)) ([940f16c](https://github.com/graphile/postgraphile/commit/940f16c213171a0c860a3f69c1288ec2e4fcf214)) + ## [4.12.2](https://github.com/graphile/postgraphile/compare/v4.12.1...v4.12.2) (2021-06-01) ### Bug Fixes diff --git a/package.json b/package.json index 9a3947ab31..d0b7c6e590 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postgraphile", - "version": "4.12.2", + "version": "4.12.3", "description": "A GraphQL schema created by reflection over a PostgreSQL schema 🐘 (previously known as PostGraphQL)", "author": "Benjie Gillam (https://twitter.com/benjie)", "license": "MIT",