Skip to content

Commit

Permalink
fixed changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Nov 7, 2017
1 parent 6b8db93 commit 1241624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Change Log (node-enumerable)

## 3.7.0 (November 7th, 2017; methods)
## 3.7.1 (November 7th, 2017; methods)

* added `assert()` and `assertAll()` methods
* added `consume()` method
* added `eachAll()` and `forAll()` methods
* added `length` method
* added `length()` method
* code cleanups and improvements

## 3.6.0 (November 6th, 2017; methods & functions)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-enumerable",
"version": "3.7.0",
"version": "3.7.1",
"description": "ES6 ready LINQ features written in TypeScript",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1241624

Please sign in to comment.