Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 4, 2016
1 parent 89362d3 commit 202b506
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.0.4 / 2016-12-04
=================
* [Docs] update to reflect ES2017 inclusion
* [Deps] update `es-abstract`, `function-bind`, `define-properties`
* [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`
* [Tests] up to `node` `v7.2`, `v6.9`, `v4.6`; improve test matrix.

1.0.3 / 2015-10-06
=================
* [Fix] Not-yet-visited keys made non-enumerable on a `[[Get]]` must not show up in the output (https://github.com/ljharb/proposal-object-values-entries/issues/5)
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.values",
"version": "1.0.3",
"version": "1.0.4",
"author": "Jordan Harband",
"description": "ES2017 spec-compliant Object.values shim.",
"license": "MIT",
Expand Down

0 comments on commit 202b506

Please sign in to comment.