Skip to content

Commit f0da080

Browse files
committed
Bump 1.0.2
1 parent fcbf4e4 commit f0da080

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## master
22

3+
## 1.0.2 (July 20, 2016)
4+
- fix: return non-empty PageInfo if records not found
5+
36
## 1.0.1 (July 18, 2016)
47
* Add fallback to `sort` arg, due [unexpected behavior](https://github.com/graphql/graphql-js/issues/435#issuecomment-233297537) of defaultValue for enum field
58
* Move `graphql-compose` module to peerDependencies.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-compose-connection",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Plugin for `graphql-compose` which provide a connection resolver for types.",
55
"files": [
66
"es",
@@ -56,7 +56,7 @@
5656
"build-es": "rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es",
5757
"build-flow": "find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\\/src\\\//\\\/lib\\\//g'`.flow; done",
5858
"lint": "eslint src test *.js",
59-
"prepublish": "npm run build",
59+
"prepublish": "npm run test && npm run build",
6060
"test": "babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js",
6161
"watch": "babel-node ./resources/watch.js"
6262
}

0 commit comments

Comments
 (0)