This commit is contained in:
Roman Shtylman
2016-11-17 22:31:06 -08:00
parent b9c1901d60
commit 8efcb3a294
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# UNRELEASED # 1.8.2 (2016-11-17)
* fix host header transform * fix host header transform
* update request dependency * update request dependency

View File

@@ -2,7 +2,7 @@
"author": "Roman Shtylman <shtylman@gmail.com>", "author": "Roman Shtylman <shtylman@gmail.com>",
"name": "localtunnel", "name": "localtunnel",
"description": "expose localhost to the world", "description": "expose localhost to the world",
"version": "1.8.1", "version": "1.8.2",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -24,4 +24,4 @@
"lt": "./bin/client" "lt": "./bin/client"
}, },
"main": "./client.js" "main": "./client.js"
} }