From 3f6cccc50bfe3cc0bf408eb7bceb57a9f1c51679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Wed, 2 Jan 2019 12:52:53 +0100 Subject: [PATCH] Add deprecation warning --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 40dea13b..9af0c936 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # Changelog +**Deprecation warning**: Next major release will drop support for `Node.js 6 LTS` and `npm 3.x`. You'll be able to use the latest ES features as soon as we release 3.0.0. In the meantime, as a developer, you should keep compatibility with Node.js 6 LTS and keep updated both `package-lock.json` and `npm-shrinkwrap.json` files. + ## 2.3.2 Released 2018-mm-dd