Skip to content

Commit

Permalink
4.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Feb 28, 2022
1 parent 2586910 commit 8a1db2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9](https://github.com/graphile/postgraphile/compare/v4.12.8...v4.12.9) (2022-02-28)

### Bug Fixes

- **ws:** update graphql-ws and correct context generic ([#1589](https://github.com/graphile/postgraphile/issues/1589)) ([0a27d22](https://github.com/graphile/postgraphile/commit/0a27d225fb1ab0ebeb3472d177456777cd29fc17))

## [4.12.8](https://github.com/graphile/postgraphile/compare/v4.12.7...v4.12.8) (2021-12-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postgraphile",
"version": "4.12.8",
"version": "4.12.9",
"description": "A GraphQL schema created by reflection over a PostgreSQL schema 🐘 (previously known as PostGraphQL)",
"author": "Benjie Gillam <benjie@graphile.org> (https://twitter.com/benjie)",
"license": "MIT",
Expand Down

0 comments on commit 8a1db2f

Please sign in to comment.