Skip to content

Commit b37c1a8

Browse files
committed
Add CHANGELOG entry
1 parent d473496 commit b37c1a8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
- Enable support for Node.js version 12/13 by upgrading to [node-sass v4.13.0](https://github.com/sass/node-sass/releases/tag/v4.13.0) - thanks [@nickcolley](https://github.com/nickcolley).
6+
37
## [v1.6.0](https://github.com/stevenschobert/metalsmith-sass/releases/tag/v1.6.0)
48

59
_01/20/2018_
@@ -43,7 +47,7 @@ _06/08/2015_
4347
_05/25/2015_
4448

4549
- Updated to [node-sass v3.0](https://github.com/sass/node-sass/releases/tag/v3.0.0) :tada:
46-
- Added support for [source maps](https://github.com/stevenschobert/metalsmith-sass/blob/b162dd7c6ae6e5c6ee858e4db7bfc2a5c6393a85/README.md#source-maps).
50+
- Added support for [source maps](https://github.com/stevenschobert/metalsmith-sass/blob/b162dd7c6ae6e5c6ee858e4db7bfc2a5c6393a85/README.md#source-maps).
4751
- All options now get passed through to node-sass (no more manual updates for new options!)
4852

4953
## [v0.7.0](https://github.com/stevenschobert/metalsmith-sass/releases/tag/v0.7.0)
@@ -78,7 +82,7 @@ _10/17/2014_
7882

7983
This release updates [libsass](https://github.com/sass/libsass/) (the underlying sass library) to [v3.0](https://github.com/sass/libsass/releases/tag/3.0), which includes **tons** of major fixes and improvements.
8084

81-
##### Check out the [Libsass v3.0 release notes](https://github.com/sass/libsass/releases/tag/3.0) for a detailed list of updates.
85+
##### Check out the [Libsass v3.0 release notes](https://github.com/sass/libsass/releases/tag/3.0) for a detailed list of updates.
8286

8387
---
8488

@@ -109,4 +113,3 @@ _06/09/2014_
109113

110114
- Partials are now properly ignored (thanks [@dpisklov](https://github.com/dpisklov)!). Addresses #1 and #2.
111115
- Added an `outputDir` option. Can be used in combination with `Metalsmith.destination()` to control output paths for stylesheets.
112-

0 commit comments

Comments
 (0)