Skip to content

Commit 6f3f727

Browse files
committed
Bump 1.0.5
1 parent 4f2f1b9 commit 6f3f727

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## master
22

3+
## 1.0.5 (July 22, 2016)
4+
- Added typeStorage. If you create resolver in second time, it should reuse existed internal types
5+
36
## 1.0.4 (July 20, 2016)
47
* expose `fieldsConverter` methods
58
* fix filterHelper: if `filter` InputType without fields, then do not add it to args

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-compose-mongoose",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Plugin for `graphql-compose` which derive a graphql type from a mongoose model.",
55
"files": [
66
"es",
@@ -62,7 +62,7 @@
6262
"build-es": "rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es",
6363
"build-flow": "find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\\/src\\\//\\\/lib\\\//g'`.flow; done",
6464
"lint": "eslint src test *.js",
65-
"prepublish": "npm run build",
65+
"prepublish": "npm run test && npm run build",
6666
"test": "babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js",
6767
"watch": "babel-node ./resources/watch.js"
6868
}

0 commit comments

Comments
 (0)