From 95ab3478f9403b55b89eccf25e6a2bf2777c3353 Mon Sep 17 00:00:00 2001 From: Sam Matthews Date: Thu, 12 Apr 2018 14:17:30 -0700 Subject: [PATCH] node 8.x support --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8698f4e4..dcce469e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## next +* add Node.js v8.x support, start building binaries for this version [#80](https://github.com/mapbox/vtquery/pull/80) * remove .npmignore to reduce package size [#79](https://github.com/mapbox/vtquery/pull/79) * update vtzero to 1.0.0 [#75](https://github.com/mapbox/vtquery/pull/75)