Skip to content

Commit 138b515

Browse files
committed
v3.0.1
1 parent 7e19a6f commit 138b515

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
3.0.1 / 2017-04-27
2+
==================
3+
* [Fix] deep extending should work with a non-object (#46)
4+
* [Dev Deps] update `tape`, `eslint`, `@ljharb/eslint-config`
5+
* [Tests] up to `node` `v7.9`, `v6.10`, `v4.8`; improve matrix
6+
* [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG.
7+
* [Docs] Add example to readme (#34)
8+
19
3.0.0 / 2015-07-01
210
==================
311
* [Possible breaking change] Use global "strict" directive (#32)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "extend",
33
"author": "Stefan Thomas <[email protected]> (http://www.justmoon.net)",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"description": "Port of jQuery.extend for node.js and the browser",
66
"main": "index",
77
"scripts": {

0 commit comments

Comments
 (0)