From 6b7b67901bc7c1f803073089ad93b95ec5fc61d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Cie=C5=9Blak?= Date: Sat, 11 Nov 2017 20:33:34 +0000 Subject: [PATCH] 4.6.1 ## Fixes - Problem with watcher (@evanfuture, #2147) ## Supported Environments | OS | Architecture | Node | | --- | --- | --- | | Windows | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9 | | OSX | x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9 | | Linux* | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9 | | Alpine | x64 | 4, 6, 7, 8, 9 | | FreeBSD 10+ | i386 | 4, 6, 8 | | FreeBSD 10+ | amd64 | 4, 6, 8 | *Linux support refers to Ubuntu, Debian, and CentOS 5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd5ffd66..a61141267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v4.6.1 + +https://github.com/sass/node-sass/releases/tag/v4.6.1 + ## v4.6.0 https://github.com/sass/node-sass/releases/tag/v4.6.0 diff --git a/package.json b/package.json index a9b3c7dc3..a310e5be9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-sass", - "version": "4.6.0", + "version": "4.6.1", "libsass": "3.5.0.beta.2", "description": "Wrapper around libsass", "license": "MIT",