Skip to content

Commit 8d106d2

Browse files
committed
v3.0.2
1 parent e97091f commit 8d106d2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.0.2 / 2018-07-19
2+
==================
3+
* [Fix] Prevent merging `__proto__` property (#48)
4+
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`
5+
* [Tests] up to `node` `v10.7`, `v9.11`, `v8.11`, `v7.10`, `v6.14`, `v4.9`; use `nvm install-latest-npm`
6+
17
3.0.1 / 2017-04-27
28
==================
39
* [Fix] deep extending should work with a non-object (#46)

package.json

+1-1
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.1",
4+
"version": "3.0.2",
55
"description": "Port of jQuery.extend for node.js and the browser",
66
"main": "index",
77
"scripts": {

0 commit comments

Comments
 (0)