We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26091c commit ed4ec8fCopy full SHA for ed4ec8f
2 files changed
CHANGELOG.md
@@ -2,4 +2,7 @@
2
3
4
5
+## [v1.0.0](https://github.com/marcoreni/apollo-server-integration-testing-fastify/tree/v1.0.0) (2020-04-16)
6
+[Full Changelog](https://github.com/marcoreni/apollo-server-integration-testing-fastify/compare/v1.0.0-rc1...v1.0.0)
7
+
8
## [v1.0.0-rc1](https://github.com/marcoreni/apollo-server-integration-testing-fastify/tree/v1.0.0-rc1) (2020-04-16)
package.json
@@ -1,6 +1,6 @@
1
{
"name": "apollo-server-integration-testing-fastify",
- "version": "1.0.0-rc1",
+ "version": "1.0.0",
"description": "Test helper for writing apollo-server integration tests",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments