From 5c7be043c710303c97e11a2bfe026734de92975b Mon Sep 17 00:00:00 2001 From: Davide Gheri Date: Fri, 5 Nov 2021 10:54:59 +0100 Subject: [PATCH] chore(): release v0.21.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36290a7..5a1270a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [0.21.0](https://github.com/Davide-Gheri/nestjs-mercurius/compare/0.20.1...0.21.0) (2021-11-05) + +* Nestjs 9 support +* Updated Mercurius to v8.8 +* Replaced @apollo/federation with @apollo/subgraph + ## [0.20.1](https://github.com/Davide-Gheri/nestjs-mercurius/compare/0.20.0...0.20.1) (2021-07-19) diff --git a/package.json b/package.json index 4db551c..6f43d9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-mercurius", - "version": "0.20.1", + "version": "0.21.0", "main": "index.js", "repository": "https://@github.com:Davide-Gheri/nestjs-mercurius.git", "author": "Davide Gheri ",