Skip to content

Commit

Permalink
release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Apr 23, 2018
1 parent cbc2ec0 commit 78eea90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.1.0

- [feature] #10 add support for multiple namespaces
- [maintenance] update dependencies

## 5.0.0

- [maintenance] BREAKING: drop node 4 support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ npm install @namics/stylelint-bem --save-dev

### Advanced configuration

You can define an optional namespace which has to be prepended before every class name:
You can define one or more namespaces which has to be prepended before every class name:

```js
{
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": "@namics/stylelint-bem",
"version": "5.0.0",
"version": "5.1.0",
"description": "A stylelint plugin for the Namics BEM definitions",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 78eea90

Please sign in to comment.