Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 28, 2017
1 parent 7e19a6f commit 138b515
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "extend",
"author": "Stefan Thomas <[email protected]> (http:https://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": {
Expand Down

0 comments on commit 138b515

Please sign in to comment.