From 9a38b8de0f5548658029eec50d44aea8376913d3 Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Tue, 3 Apr 2018 22:36:17 -0700 Subject: [PATCH] v1.9.0 --- History.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 1191c2a..e8d47da 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -# UNRELEASED +# 1.9.0 (2018-04-03) * Add _request_ event to Tunnel emitter * Update yargs to support config via environment variables diff --git a/package.json b/package.json index 144acb3..a961608 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Roman Shtylman ", "name": "localtunnel", "description": "expose localhost to the world", - "version": "1.8.3", + "version": "1.9.0", "license": "MIT", "repository": { "type": "git", @@ -24,4 +24,4 @@ "lt": "./bin/client" }, "main": "./client.js" -} +} \ No newline at end of file