Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 19, 2018
1 parent 5f23117 commit a439429
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
* [Tests] Add `npm run eslint`
* [Dev Deps] Update `covert`, `jscs`

2.0.2 / 2018-07-19
==================
* [Fix] Prevent merging `__proto__` property (#48)
* [Fix] deep extending should work with a non-object (#46)
* [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG.
* [Docs] Add example to readme (#34)
* [Dev Deps] update `tape`, `eslint`, `@ljharb/eslint-config`, `covert`, `jscs`
* [Tests] up to `node` `v10.7`, `v9.11`, `v8.11`, `v7.10`, `v6.14`, `v4.9`; `io.js` `v2.3`; use `nvm install-latest-npm`
* [Tests] Add `npm run eslint`
* [Tests] `int` is an ES3 reserved word

2.0.1 / 2015-04-25
==================
* Use an inline `isArray` check, for ES3 browsers. (#27)
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 <justmoon@members.fsf.org> (http://www.justmoon.net)",
"version": "3.0.2",
"version": "2.0.2",
"description": "Port of jQuery.extend for node.js and the browser",
"main": "index",
"scripts": {
Expand Down

0 comments on commit a439429

Please sign in to comment.