This commit is contained in:
Roman Shtylman
2018-04-03 22:36:17 -07:00
parent c524872323
commit 9a38b8de0f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# UNRELEASED # 1.9.0 (2018-04-03)
* Add _request_ event to Tunnel emitter * Add _request_ event to Tunnel emitter
* Update yargs to support config via environment variables * Update yargs to support config via environment variables

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.3", "version": "1.9.0",
"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"
} }