Skip to content

Commit

Permalink
4.6.1
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
saper committed Nov 11, 2017
1 parent 824fbd5 commit 6b7b679
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6b7b679

Please sign in to comment.