We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b25eb commit 8243197Copy full SHA for 8243197
README.md
@@ -98,6 +98,9 @@ npm test
98
99
## Changelog
100
101
+### v1.1.8
102
+- Update dependencies
103
+
104
### v1.1.0
105
- Get rid of exit handlers, they're causing issues
106
- Add tests
package.json
@@ -2,7 +2,7 @@
2
"author": "TestingBot <info@testingbot.com> (testingbot.com)",
3
"name": "testingbot-tunnel-launcher",
4
"description": "A wrapper around TestingBot's Tunnel",
5
- "version": "1.1.7",
+ "version": "1.1.8",
6
"homepage": "https://github.com/testingbot/testingbot-tunnel-launcher",
7
"scripts": {
8
"lint": "eslint lib/",
0 commit comments