diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0cfd6..0fe5287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +3.0.1 / 2017-04-27 +================== + * [Fix] deep extending should work with a non-object (#46) + * [Dev Deps] update `tape`, `eslint`, `@ljharb/eslint-config` + * [Tests] up to `node` `v7.9`, `v6.10`, `v4.8`; improve matrix + * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG. + * [Docs] Add example to readme (#34) + 3.0.0 / 2015-07-01 ================== * [Possible breaking change] Use global "strict" directive (#32) diff --git a/package.json b/package.json index 4769b9f..f68aa0d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "extend", "author": "Stefan Thomas (http://www.justmoon.net)", - "version": "3.0.0", + "version": "3.0.1", "description": "Port of jQuery.extend for node.js and the browser", "main": "index", "scripts": {