Skip to content

Commit a7b0b40

Browse files
committed
:shipit: Prepare 1.11.0
1 parent a866e19 commit a7b0b40

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Sass Lint Changelog
22

3+
## v1.11.0
4+
5+
**August 27th, 2017**
6+
7+
**New Features**
8+
* The `trailing-semicolon` rule now checks for double semicolons [#1107](https://github.com/sasstools/sass-lint/pull/1107)
9+
10+
**Changes**
11+
* Updated `gonzales-pe` parser to use version 4.1.1
12+
* The `no-empty-rulesets` rule now flags rulesets that contain only comments [#998](https://github.com/sasstools/sass-lint/pull/998)
13+
* The `misspelled-properties` rule now uses the [known-css-properties](https://www.npmjs.com/package/known-css-properties) to validate properties.
14+
* The `zero-unit` rule now considers the `%` unit [#1103](https://github.com/sasstools/sass-lint/pull/1103)
15+
16+
**Fixes**
17+
* Fixed a fatal error with the `space-after-bang` rule [#1108](https://github.com/sasstools/sass-lint/pull/1108)
18+
* Fixed an issue where line numbers were incorrect when using `front-matter` [#1060](https://github.com/sasstools/sass-lint/pull/1060)
19+
* Fixed an issue with the `misspelled-properties` rule incorrectly reporting multiline properties [#1106](https://github.com/sasstools/sass-lint/pull/1106)
20+
321
## v1.10.2
422

523
**November 9th, 2016**
@@ -11,7 +29,6 @@
1129
* Fixed an exception for partial idents in `space-around-operator` [#940](https://github.com/sasstools/sass-lint/pull/940)
1230
* Fixed an issue with negative numbers in `space-around-operator` [#945](https://github.com/sasstools/sass-lint/pull/945)
1331

14-
1532
## v1.10.1
1633

1734
**November 7th, 2016**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-lint",
3-
"version": "1.10.2",
3+
"version": "1.11.0",
44
"description": "All Node Sass linter!",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)