From d8e7b8141b9f662dde61138449bd71c836af103e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Antonio=20Rodr=C3=ADguez?= Date: Fri, 23 Sep 2016 13:45:32 +0200 Subject: [PATCH] [[CHORE]] Bump version to 1.4.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d2815..9cb9450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [1.4.0](https://github.com/Telefonica/node-server-terminate/compare/v1.3.1...v1.4.0) (2016-09-23) + + +### Features + +* Add support for ES6 imports (#3) ([c8d17c4](https://github.com/Telefonica/node-server-terminate/commit/c8d17c4)) + + + ## [1.3.1](https://github.com/Telefonica/node-server-terminate/compare/v1.3.0...v1.3.1) (2016-09-01) diff --git a/package.json b/package.json index d04480a..bf35225 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "server-terminate", - "version": "1.3.1", + "version": "1.4.0", "description": "Allow terminating a server in an orderly fashion", "license": "MIT", "author": "Jose Antonio Rodríguez ",