Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Sep 9, 2019
1 parent 347b82a commit 5e1bcbe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ project adheres to [Semantic Versioning](http://semver.org).

Nothing at the moment.

[unreleased]: https://github.com/thoughtbot/stylelint-config/compare/v1.0.2...HEAD
[unreleased]: https://github.com/thoughtbot/stylelint-config/compare/v1.1.0...HEAD

## [1.1.0] - 2019-09-09

### Added

- Enabled [`scss/selector-no-union-class-name`] (replacing our custom
implementation of linting for this).
- Enabled [`scss/map-keys-quotes`].

[1.1.0]: https://github.com/thoughtbot/stylelint-config/compare/v1.0.2...v1.1.0
[`scss/selector-no-union-class-name`]: https://github.com/kristerkari/stylelint-scss/blob/master/src/rules/selector-no-union-class-name/README.md
[`scss/map-keys-quotes`]: https://github.com/kristerkari/stylelint-scss/blob/master/src/rules/map-keys-quotes/README.md

## [1.0.2] - 2019-08-06

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.2"
"version": "1.1.0"
}

0 comments on commit 5e1bcbe

Please sign in to comment.