We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073ab16 commit 278284eCopy full SHA for 278284e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
=== HEAD
2
3
+=== 3.1.0 (October 11, 2017)
4
+
5
+* Allow both `/**` and `/*` for module definitions [#125](https://github.com/postcss/postcss-bem-linter/pull/125)
6
7
=== 3.0.0 (July 21, 2017)
8
9
* Update PostCSS to `^6.0.6` - Drops support for Node 0.12
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-bem-linter",
- "version": "3.0.0",
+ "version": "3.1.0",
"description": "A BEM linter for postcss",
"files": [
"index.js",
0 commit comments