Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswuerbach committed Jan 8, 2017
1 parent 1e53f55 commit 3d0e0f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ make test

## Changelog

### v1.2.0

- Improved download error handling and configurable download retries (#114)
- Catch errors starting with `ERROR:` from sc output (#108)

### v1.1.1

- Ensure sc dir is created before downloading the archive. (#107)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sauce-connect-launcher",
"description": "A library to download and launch Sauce Connect.",
"version": "1.1.1",
"version": "1.2.0",
"homepage": "https://github.com/bermi/sauce-connect-launcher",
"author": "Bermi Ferrer <bermi@bermilabs.com>",
"main": "lib/sauce-connect-launcher",
Expand Down

0 comments on commit 3d0e0f6

Please sign in to comment.