From 6dda156a5c31e7ce87765695002e7b484be634a8 Mon Sep 17 00:00:00 2001 From: Nick Frasser Date: Tue, 29 Jan 2019 18:34:41 -0500 Subject: [PATCH] Update note about Node.js support Node 6 is unofficially supported but not tested on [ci skip] --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 980e6eef..7f3021f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ### v2.1.8 * Allow mentions with inner @ sign for federated mentions - thanks @juliushaertl! -* Drop official Internet Explorer 8 support (still supported unofficially but may break in future releases) +* Drop official support for Internet Explorer 8 and Node.js 6 (still supported unofficially but may break in future releases) * Update dev dependencies ### v2.1.7 diff --git a/README.md b/README.md index fb03e39a..69defed1 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ You can use either [es5-shim](https://github.com/es-shims/es5-shim) (sham also r ## Node.js Support -Linkify is tested on Node.js 6 and up. Older versions are unofficially supported. +Linkify is tested on Node.js 8 and up. Older versions are unofficially supported. ## Downloads