From 003fac2c75356df29f3c201fb8b5535926b00555 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Tue, 4 Sep 2018 12:41:55 +1000 Subject: [PATCH] Version 1.1.0. --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index c33d6c4..29b36de 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # graphql-api-koa changelog -## Next +## 1.1.0 ### Minor diff --git a/package.json b/package.json index 0be8cec..209b259 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-api-koa", - "version": "1.0.0", + "version": "1.1.0", "description": "GraphQL API Koa middleware; the first Node.js GraphQL server to support native ESM.", "license": "MIT", "author": {