Skip to content

Commit

Permalink
v1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 14, 2020
1 parent 8645d63 commit 71522e4
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 @@
1.17.1 / 2020-01-14
=================
* [Refactor] add `OwnPropertyKeys` helper, use it in `CopyDataProperties`
* [Refactor] `IteratorClose`: remove useless assignment
* [Dev Deps] update `eslint`, `tape`, `diff`

1.17.0 / 2019-12-20
=================
* [New] Split up each operation into its own file (prereleased)
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": "es-abstract",
"version": "1.17.0",
"version": "1.17.1",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
Expand Down

0 comments on commit 71522e4

Please sign in to comment.