Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 28, 2017
1 parent 307d9c1 commit 8cfcb1c
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.0.7 / 2017-12-27
=================
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `core-js`, `nsp`, `semver`, `tape`
* [Tests] up to `node` `v9.3`, `v8.9`, `v6.12`; pin included builds to LTS; use `nvm install-latest-npm`
* [Tests] run tests with uglify-register

1.0.6 / 2016-12-20
=================
* [Fix] fix `is-generator-function` in an env without native generators, with core-js (https://github.com/ljharb/is-equal/issues/33)
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": "is-generator-function",
"version": "1.0.6",
"version": "1.0.7",
"description": "Determine if a function is a native generator function.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8cfcb1c

Please sign in to comment.