Skip to content

Commit 2142f70

Browse files
committed
4.10.0
1 parent 47b4679 commit 2142f70

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ 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.10.0](https://github.com/graphile/postgraphile/compare/v4.10.0-alpha.0...v4.10.0) (2020-11-27)
12+
13+
### Bug Fixes
14+
15+
- **types:** use interface to enable declaration merging ([#1404](https://github.com/graphile/postgraphile/issues/1404)) ([06d4196](https://github.com/graphile/postgraphile/commit/06d4196f52599a8aa557863a27e17157df1205d2))
16+
17+
### Features
18+
19+
- add Node version info and clarify enhance-graphiql ([#1401](https://github.com/graphile/postgraphile/issues/1401)) ([aa7f4f9](https://github.com/graphile/postgraphile/commit/aa7f4f9f34561d79cc12882e3913323c372accb6))
20+
1121
# [4.10.0-alpha.0](https://github.com/graphile/postgraphile/compare/v4.9.2...v4.10.0-alpha.0) (2020-11-18)
1222

1323
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postgraphile",
3-
"version": "4.10.0-alpha.0",
3+
"version": "4.10.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)