Skip to content

Commit aa977c9

Browse files
committed
Release v2.1.0
1 parent a6f87b0 commit aa977c9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v2.1.0
4+
5+
-- **FEATURE:** Add support for `@defer` (Incremental Delivery) [#55](https://github.com/apollo-server-integrations/apollo-server-integration-fastify/issues/55)
6+
37
## v1.3.0
48

59
- **PACKAGE:** unpin fastify-plugin dep [#50](https://github.com/apollo-server-integrations/apollo-server-integration-fastify/pull/105).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@as-integrations/fastify",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "An Apollo Server integration for use with Fastify",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)