From ca0313d00b58287c4acef6d83e0c74f67b36840e Mon Sep 17 00:00:00 2001 From: Nic Date: Fri, 11 Aug 2017 16:59:02 +1000 Subject: [PATCH] chore(release): 0.1.0-alpha.17 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f246ed..f1d30ff 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.17](https://github.com/nicolasdao/google-graphql-functions/compare/v0.1.0-alpha.16...v0.1.0-alpha.17) (2017-08-11) + + +### Bug Fixes + +* Graphql Options endpoint for routing ([ff9ba53](https://github.com/nicolasdao/google-graphql-functions/commit/ff9ba53)) + + + # [0.1.0-alpha.16](https://github.com/nicolasdao/google-graphql-functions/compare/v0.1.0-alpha.15...v0.1.0-alpha.16) (2017-08-10) diff --git a/package.json b/package.json index a0cfc94..e14be70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-graphql-functions", - "version": "0.1.0-alpha.16", + "version": "0.1.0-alpha.17", "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/)"