Skip to content

Commit

Permalink
v0.5.7
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
prescottprue authored Jun 13, 2018
2 parents 7ffc451 + 8d54141 commit a7c7caa
Show file tree
Hide file tree
Showing 5 changed files with 999 additions and 2,870 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ deploy:
email: $NPM_EMAIL
api_key: $NPM_KEY
on:
node: '9'
node: '10'
branch: 'master'

script:
Expand Down
Loading

0 comments on commit a7c7caa

Please sign in to comment.