Skip to content

Commit

Permalink
Bump 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Jul 22, 2016
1 parent 4f2f1b9 commit 6f3f727
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## master

## 1.0.5 (July 22, 2016)
- Added typeStorage. If you create resolver in second time, it should reuse existed internal types

## 1.0.4 (July 20, 2016)
* expose `fieldsConverter` methods
* fix filterHelper: if `filter` InputType without fields, then do not add it to args
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-compose-mongoose",
"version": "1.0.4",
"version": "1.0.5",
"description": "Plugin for `graphql-compose` which derive a graphql type from a mongoose model.",
"files": [
"es",
Expand Down Expand Up @@ -62,7 +62,7 @@
"build-es": "rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es",
"build-flow": "find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\\/src\\\//\\\/lib\\\//g'`.flow; done",
"lint": "eslint src test *.js",
"prepublish": "npm run build",
"prepublish": "npm run test && npm run build",
"test": "babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js",
"watch": "babel-node ./resources/watch.js"
}
Expand Down

0 comments on commit 6f3f727

Please sign in to comment.