From 0fb74d02ec48c1af327c32aa5f50e05b1b28e802 Mon Sep 17 00:00:00 2001 From: Andras Toth Date: Fri, 18 Dec 2015 12:29:59 +0100 Subject: [PATCH] chore(package): bump version to 5.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5199751..cf5420f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ + +# 5.0.0 (2015-12-18) + + +### chore + +* chore(package): add babel-polyfill to peer dependencies ([215cfb9](https://github.com/RisingStack/graffiti-mongoose/commit/215cfb9)) +* chore(package): remove .jscsrc ([b8662a3](https://github.com/RisingStack/graffiti-mongoose/commit/b8662a3)) +* chore(package): run eslint before commits ([9a5b8f2](https://github.com/RisingStack/graffiti-mongoose/commit/9a5b8f2)) +* chore(package): update dependencies ([8b56a10](https://github.com/RisingStack/graffiti-mongoose/commit/8b56a10)) + +### feat + +* feat(mutation): support append to arrays in update mutation (with fieldName_add input field) ([6aa5820](https://github.com/RisingStack/graffiti-mongoose/commit/6aa5820)) +* feat(schema): add read support types for objects within a list ([c473304](https://github.com/RisingStack/graffiti-mongoose/commit/c473304)) + +### fix + +* fix(type): fix connections for different models with the same field names ([4da2042](https://github.com/RisingStack/graffiti-mongoose/commit/4da2042)) + + + ## 4.3.3 (2015-12-11) @@ -5,6 +27,7 @@ ### chore * chore(package): update dependencies ([d6e080c](https://github.com/RisingStack/graffiti-mongoose/commit/d6e080c)) +* chore(package): update version to 4.3.3 ([02eaf3e](https://github.com/RisingStack/graffiti-mongoose/commit/02eaf3e)) ### fix diff --git a/package.json b/package.json index 7c19b6d..4ae3cbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risingstack/graffiti-mongoose", - "version": "4.3.3", + "version": "5.0.0", "description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)", "main": "lib/index.js", "scripts": {