Skip to content

Commit

Permalink
Merge pull request #11 from mgagliardo91/v0.5.0
Browse files Browse the repository at this point in the history
0.5.0
  • Loading branch information
mgagliardo91 authored Oct 14, 2021
2 parents f281eae + 4e0b812 commit f192892
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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

0 comments on commit f192892

Please sign in to comment.