hops-server
Advanced tools
Comparing version 9.5.0 to 9.6.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="9.6.0"></a> | ||
# [9.6.0](https://github.com/xing/hops/compare/v9.5.0...v9.6.0) (2018-01-09) | ||
### Features | ||
* **server:** print basePath (if configured) in server callback ([af589fc](https://github.com/xing/hops/commit/af589fc)) | ||
<a name="9.5.0"></a> | ||
@@ -8,0 +19,0 @@ # [9.5.0](https://github.com/xing/hops/compare/v9.4.3...v9.5.0) (2018-01-09) |
@@ -18,2 +18,3 @@ 'use strict'; | ||
port: hopsConfig.port, | ||
pathname: hopsConfig.basePath, | ||
}) | ||
@@ -20,0 +21,0 @@ ); |
{ | ||
"name": "hops-server", | ||
"version": "9.5.0", | ||
"version": "9.6.0", | ||
"description": "Provides common functionality for express-like servers", | ||
@@ -5,0 +5,0 @@ "keywords": ["hops", "webpack-dev-server", "express"], |
5756
55