Skip to content

Commit

Permalink
chore: release 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Aug 31, 2023
1 parent 693cc7e commit 74178a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 9.0.0

- [BREAKING] drop support for node < 16
- [fix] avoid conflicts with some pseudo-classes and improvements for attribute and nested selectors (#26)
- [maintenance] update dependencies

## 8.1.0

- [feature] add support for stylelint 15.x
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@namics/stylelint-bem",
"version": "8.1.0",
"version": "9.0.0",
"description": "A stylelint plugin for the Namics BEM definitions",
"main": "index.js",
"engines": {
Expand All @@ -20,7 +20,8 @@
"url": "https://github.com/merkle-open/stylelint-bem.git"
},
"files": [
"index.js"
"index.js",
"lib"
],
"keywords": [
"stylelint",
Expand Down

0 comments on commit 74178a0

Please sign in to comment.