Skip to content

Commit

Permalink
Prepare v0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Feb 15, 2019
1 parent 1409327 commit 6895afa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 0.6.1 (2019-02-15)

* Feature / Fix: Improve error reporting when spawning child process fails.
(#73 by @clue)

## 0.6.0 (2019-01-14)

A major feature release with some minor API improvements!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -567,7 +567,7 @@ The recommended way to install this library is [through Composer](https://getcom
This will install the latest supported version:

```bash
$ composer require react/child-process:^0.6
$ composer require react/child-process:^0.6.1
```

See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand Down

0 comments on commit 6895afa

Please sign in to comment.