Auto-merge for PR #781 via VersionBot

Switch back to upstream global-tunnel-ng
This commit is contained in:
resin-io-versionbot[bot] 2018-02-05 19:07:08 +00:00 committed by GitHub
commit 0fd1f04eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
## v6.12.9 - 2018-02-05
* Switch back to upstream global-tunnel-ng #781 [Alexis Svinartchouk]
## v6.12.8 - 2018-02-03
* Fix uuid params being parsed a numbers #774 [Thodoris Greasidis]

View File

@ -1,6 +1,6 @@
{
"name": "resin-cli",
"version": "6.12.8",
"version": "6.12.9",
"description": "The official resin.io CLI tool",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",
@ -100,7 +100,7 @@
"ejs": "^2.5.7",
"etcher-image-write": "^9.0.3",
"express": "^4.13.3",
"global-tunnel-ng": "github:zvin/global-tunnel#dont-proxy-connections-to-file-sockets",
"global-tunnel-ng": "^2.1.1",
"hasbin": "^1.2.3",
"inquirer": "^3.1.1",
"is-root": "^1.0.0",