Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Jul 21, 2017
1 parent 90e71b5 commit e9fec88
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,9 +1,13 @@
=== HEAD

=== 3.0.0 (July 21, 2017)

* Update PostCSS to `^6.0.6` - Drops support for Node 0.12
* Ignore underscore on implicitComponent to allow Scss partials [#115](https://github.com/postcss/postcss-bem-linter/pull/115)
* Use parent directory for implicitComponent if filename is 'index.css' [commit](https://github.com/postcss/postcss-bem-linter/commit/ad0bd56ea0721a3522067dfcc6aec0d0880bbe2d)
* Lint rulesets that only have an @extend keyword [#119](https://github.com/postcss/postcss-bem-linter/pull/119)
* Switch to Jest for unit tests
* Use Airbnb ESLint configuration

=== 2.7.1 (June 06, 2017)

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": "postcss-bem-linter",
"version": "2.7.1",
"version": "3.0.0",
"description": "A BEM linter for postcss",
"files": [
"index.js",
Expand Down

0 comments on commit e9fec88

Please sign in to comment.