Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
crudh committed Aug 24, 2018
1 parent 024adca commit ff49fbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ Default is `false`. Control whether the merger should or not to do this recursiv
Default is `push`. Manages the way the new data is added to the array (first or last position - respectivaly).

## Releases
### 7.1.0
*updatingByIdArrayMerger* received a config option for how new items are added to the array (thanks to @daviscabral)

### 7.0.0
Updated to *[seamless-immutable](https://github.com/rtfeldman/seamless-immutable)* 7.0.0 and bumped the major version to be in sync.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seamless-immutable-mergers",
"version": "7.0.0",
"version": "7.1.0",
"description": "A collection of merger functions for seamless-immutable.",
"main": "seamless-immutable-mergers.js",
"dependencies": {
Expand Down

0 comments on commit ff49fbf

Please sign in to comment.