Skip to content

Commit a7c7caa

Browse files
authored
v0.5.7
* fix(orderedReducer): fix issue which could cause updates of documents already within state to be duplicated (merge done through `map` instead of `unionBy`) * feat(build): travis deployment now happens with node 10 * feat(deps): [mocha](https://www.npmjs.com/package/mocha), [sinon](https://www.npmjs.com/package/sinon), and [sinon-chai](https://www.npmjs.com/package/sinon-chai), [webpack](https://www.npmjs.com/package/webpack), and [webpack-cli](https://www.npmjs.com/package/webpack-cli) updated
2 parents 7ffc451 + 8d54141 commit a7c7caa

File tree

5 files changed

+999
-2870
lines changed

5 files changed

+999
-2870
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ deploy:
2727
email: $NPM_EMAIL
2828
api_key: $NPM_KEY
2929
on:
30-
node: '9'
30+
node: '10'
3131
branch: 'master'
3232

3333
script:

0 commit comments

Comments
 (0)