diff --git a/ChangeLog b/ChangeLog index 4ecc9f4..1fd45a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2018.09.24, v2.0.2 + +feature: +- (package) babel v7.0.0 +- (package) eslint v5.6.0 +- (package) nyc v13.0.1 +- (package) squad v3.0.0 +- (package) redrun v6.0.0 + + 2018.02.22, v2.0.1 fix: diff --git a/package.json b/package.json index fed1c90..a6b070d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "somefilter", - "version": "2.0.1", + "version": "2.0.2", "description": "Right-to-left conditional function composition. Get some result of filter functions calls.", "main": "lib/somefilter.js", "scripts": {