Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 21, 2015
1 parent 1a7c200 commit 980d23d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.0.0 / 2015-05-20
==================
* Attempt to feature-detect Symbols, even if `typeof Symbol() !== 'symbol'` (#12)
* Make a separate `hasSymbols` internal module
* Update `browserify`, `eslint`

2.0.2 / 2015-05-20
==================
* Make sure `.shim` is non-enumerable.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "object.assign",
"version": "2.0.2",
"version": "3.0.0",
"author": "Jordan Harband",
"description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
"license": "MIT",
Expand Down

0 comments on commit 980d23d

Please sign in to comment.