Skip to content

Commit

Permalink
Updated to seamless-immutable 6.0.0 and bumped the major version to b…
Browse files Browse the repository at this point in the history
…e in sync
  • Loading branch information
crudh committed Apr 15, 2016
1 parent f1278b5 commit 4cfcf17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ This merger will check both arrays and only do anything if both of them has an o
It can also be used with the `deep` configuration to do this recursively.

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

### 5.0.1
Updated to *[seamless-immutable](https://github.com/rtfeldman/seamless-immutable)* 5.2.0.

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "seamless-immutable-mergers",
"version": "5.0.1",
"version": "6.0.0",
"description": "A collection of merger functions for seamless-immutable.",
"main": "seamless-immutable-mergers.js",
"dependencies": {
"seamless-immutable": "^5.2.0"
"seamless-immutable": "^6.0.0"
},
"moduleType": [
"amd",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "seamless-immutable-mergers",
"version": "5.0.1",
"version": "6.0.0",
"description": "A collection of merger functions for seamless-immutable.",
"main": "seamless-immutable-mergers.js",
"dependencies": {
"seamless-immutable": "^5.2.0"
"seamless-immutable": "^6.0.0"
},
"devDependencies": {
"chai": "~3.4.0",
Expand Down

0 comments on commit 4cfcf17

Please sign in to comment.