Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.5.0 #11

Merged
merged 3 commits into from
Oct 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

**All major releases are breaking changes.**

## v0.5.0

- Bump eslint to 8.0.0 and move to @apollo/subgraph in place of @apollo/federation.
- Bump @apollo/gateway to 0.4.3

## v0.4.1

- Update latest dependencies and add more robust test suite with docker-compose.

## v0.2.1

- Fix: Handling case when `table` could be undefined.
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-federation-plugin",
"version": "0.4.1",
"version": "0.5.0",
"description": "Apollo Federation support for Graphile Engine",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down