Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Sep 6, 2019
1 parent 3db3384 commit efba8bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changes

## Unreleased
## v2.0.0

* BREAKING CHANGE: Require Node 8
* Internal: Add lock file
* Support async before exit callback
* Update various dependencies

## v1.5.6

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": "foreground-child",
"version": "1.5.6",
"version": "2.0.0",
"description": "Run a child as if it's the foreground process. Give it stdio. Exit when it exits.",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit efba8bb

Please sign in to comment.