From 15c25d209a18041bd5eb501e1cb51e3687193127 Mon Sep 17 00:00:00 2001 From: Nic Date: Wed, 2 Aug 2017 18:54:54 +0700 Subject: [PATCH] chore(release): 0.1.0-alpha.10 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc7577f..82b11e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.10](https://github.com/nicolasdao/google-graphql-functions/compare/v0.1.0-alpha.9...v0.1.0-alpha.10) (2017-08-02) + + + # [0.1.0-alpha.9](https://github.com/nicolasdao/google-graphql-functions/compare/v0.1.0-alpha.8...v0.1.0-alpha.9) (2017-08-02) diff --git a/package.json b/package.json index 6fbd36f..897b1bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-graphql-functions", - "version": "0.1.0-alpha.9", + "version": "0.1.0-alpha.10", "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/)"