From 45a1e9bad7b880c8d32578dd644b40ba54b419a1 Mon Sep 17 00:00:00 2001 From: Andras Toth Date: Tue, 22 Mar 2016 18:09:30 +0100 Subject: [PATCH] chore(package): bump version to 3.0.3 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24563fc..69ccc7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,34 @@ + +## 3.0.3 (2016-03-22) + + +### chore + +* chore(package): update dependencies ([7778a6d](https://github.com/RisingStack/graffiti/commit/7778a6d)) +* chore(package): update dependencies ([9cc303c](https://github.com/RisingStack/graffiti/commit/9cc303c)) + +### feat + +* feat(util): update GraphiQL ([1446f89](https://github.com/RisingStack/graffiti/commit/1446f89)) + +### fix + +* fix(chore): accept variables for mutations via POST ([e2292e7](https://github.com/RisingStack/graffiti/commit/e2292e7)) +* fix(koa): fix koa middleware ([d969942](https://github.com/RisingStack/graffiti/commit/d969942)) + +### test + +* test(koa): fix koa tests, include co-mocha ([a32cf8e](https://github.com/RisingStack/graffiti/commit/a32cf8e)) + + + ## 3.0.2 (2016-02-11) ### chore +* chore(package): bump version to 3.0.2 ([ddb11dd](https://github.com/RisingStack/graffiti/commit/ddb11dd)) * chore(package): update dependencies ([0ac63c9](https://github.com/RisingStack/graffiti/commit/0ac63c9)) diff --git a/package.json b/package.json index 48e8323..4519acc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risingstack/graffiti", - "version": "3.0.2", + "version": "3.0.3", "description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)", "main": "lib/index.js", "scripts": {