From c65bb16a11d2593c4ea3cdaff8d260d6ccc8fbfc Mon Sep 17 00:00:00 2001 From: Nic Date: Mon, 14 Aug 2017 23:12:13 +1000 Subject: [PATCH] chore(release): 0.1.0-alpha.19 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d189c3..d878ce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [0.1.0-alpha.19](https://github.com/nicolasdao/google-graphql-functions/compare/v0.1.0-alpha.18...v0.1.0-alpha.19) (2017-08-14) + + +### Bug Fixes + +* Test ([80caabc](https://github.com/nicolasdao/google-graphql-functions/commit/80caabc)) + + + # [0.1.0-alpha.18](https://github.com/nicolasdao/google-graphql-functions/compare/v0.1.0-alpha.17...v0.1.0-alpha.18) (2017-08-14) diff --git a/package.json b/package.json index d506641..c050e8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-graphql-functions", - "version": "0.1.0-alpha.18", + "version": "0.1.0-alpha.19", "description": "Run graphql queries on Google Cloud Functions (beta). This package can also serve a GraphiQL UI out-of-the-box. This project is mainly a modification of the excellent express-graphiql maintained by Facebook. This project is published using a BSD-style licence.", "contributors": [ "Nicolas Dao (https://neap.co/)"