diff --git a/ChangeLog b/ChangeLog index 12b584e..fef0b27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2020.11.04, v3.0.1 + +fix: +- (nessy) security : prototype pollution (#14) + +feature: +- (package) madrun v7.0.4 +- (package) supertape v2.0.1 +- (package) eslint-plugin-putout v6.0.0 +- (package) putout v11.0.2 +- (package) eslint v7.12.1 +- (package) nyc v15.1.0 +- (package) nodemon v2.0.6 + + 2020.01.05, v3.0.0 feature: diff --git a/package.json b/package.json index fcd404a..0ccf8c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nessy", - "version": "3.0.0", + "version": "3.0.1", "description": "set value in nested object", "main": "lib/nessy.js", "scripts": {