Skip to content

Commit

Permalink
chore: release v6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Aug 19, 2024
1 parent cbceb16 commit d84f6a2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [6.5.0](https://github.com/stylelint-types/stylelint-scss/compare/v6.1.0...v6.5.0) (2024-08-19)


### Features

* add `at-import-partial-extension-allowed-list` rule, and deprecated `at-import-partial-extension-whitelist` rule ([720a4e0](https://github.com/stylelint-types/stylelint-scss/commit/720a4e073e925931038e3e226dfe79c25c43d66a))
* add `at-import-partial-extension-disallowed-list` rule, and deprecated `at-import-partial-extension-blacklist` rule ([7312755](https://github.com/stylelint-types/stylelint-scss/commit/7312755682237d48afbb065256d9ad299f153a50))
* add `at-mixin-no-risky-nesting-selector` rule ([404ecb9](https://github.com/stylelint-types/stylelint-scss/commit/404ecb92a45a089ad8c3cba60bfdd2e795bacc04))
* add `declaration-property-value-no-unknown` rule ([cbceb16](https://github.com/stylelint-types/stylelint-scss/commit/cbceb16b6e9c1b35a307390b612ed932193c5010))
* add `load-partial-extension` rule, and `deprecated at-import-partial-extension` rule ([5b9ea66](https://github.com/stylelint-types/stylelint-scss/commit/5b9ea66327db2f34855a7372b9c2f01e8d66be34))
* add `property-no-unknown` add support for nested declarations ([ed48556](https://github.com/stylelint-types/stylelint-scss/commit/ed48556b58f8cecc0866575167e6ad10d074074c))


### Performance Improvements

* update deps to latest ([b683771](https://github.com/stylelint-types/stylelint-scss/commit/b6837711544c00895ecaea8e5b4f771449513dd2))



# [6.1.0](https://github.com/stylelint-types/stylelint-scss/compare/v6.0.0...v6.1.0) (2024-2-16)


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-types/stylelint-scss",
"type": "module",
"version": "6.1.0",
"version": "6.5.0",
"packageManager": "[email protected]",
"description": "TypeScript definitions for stylelint-define-config",
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
Expand Down

0 comments on commit d84f6a2

Please sign in to comment.