Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswuerbach committed Nov 9, 2016
1 parent b181bd7 commit efc07ce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,17 @@ make test

## Changelog

### v1.0.0

- Remove support for Node 0.10 and 0.12. (#103)
- Support for using a custom executable (#99)
- Hide API key from logs (#97)
- Configurable connection retries (#101)
- Various fixes for the Windows (#68, #95, #98)
- Unwatch ready file on close (#67)
- Auto-fetch the latest sc version (#96)
- Support vv option (#93)

### v0.15.1

- Add http/s proxy support for download. (#80, #83)
Expand Down
5 changes: 3 additions & 2 deletions 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": "0.17.0",
"version": "1.0.0",
"homepage": "https://github.com/bermi/sauce-connect-launcher",
"author": "Bermi Ferrer <bermi@bermilabs.com>",
"main": "lib/sauce-connect-launcher",
Expand All @@ -19,7 +19,8 @@
},
"scripts": {
"postinstall": "node scripts/install.js || nodejs scripts/install.js",
"test": "make test"
"test": "make test",
"version": "git add README.md"
},
"dependencies": {
"adm-zip": "~0.4.3",
Expand Down

0 comments on commit efc07ce

Please sign in to comment.