Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Apr 9, 2024
1 parent 944cede commit 9dd0479
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.3.0](https://github.com/stylelint-types/stylelint-define-config/compare/v1.2.0...v1.3.0) (2024-4-9)


### Features

* add `ignoreSelectors: []` to `selector-max-compound-selectors` ([82a1148](https://github.com/stylelint-types/stylelint-define-config/commit/82a1148892c7dc5d03363ea5278e3aabe5352b0a))


### Performance Improvements

* update `stylelint` to `v16.3.1` ([944cede](https://github.com/stylelint-types/stylelint-define-config/commit/944cedea04b14c0a8e32df16d3010be1255ea9e9))



# [1.2.0](https://github.com/stylelint-types/stylelint-define-config/compare/v1.1.0...v1.2.0) (2024-2-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stylelint-define-config",
"type": "module",
"version": "1.2.0",
"version": "1.3.0",
"packageManager": "pnpm@8.15.6",
"description": "Provide a defineConfig function for stylelint.config.js files",
"author": "pengzhanbo <volodymyr@foxmail.com> (https://github.com/pengzhanbo)",
Expand Down

0 comments on commit 9dd0479

Please sign in to comment.