Skip to content

Commit

Permalink
Update CHANGELOG.md and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bjankord committed Mar 12, 2024
1 parent 44d255a commit 8547119
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [11.1.0]
Full list of changes can be [viewed here](https://github.com/bjankord/stylelint-config-sass-guidelines/compare/v11.0.0...v11.1.0)
### Changed
- Replaced deprecated `scss/at-import-partial-extension-blacklist` with `scss/at-import-partial-extension-disallowed-list` rule. [PR](https://github.com/bjankord/stylelint-config-sass-guidelines/pull/317)
- Modernized unit test to use node:test. [PR](https://github.com/bjankord/stylelint-config-sass-guidelines/pull/318)
- Minor depedency updates

## [11.0.0]
### Changed
- Updated package to be compatible with stylelint v16
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-sass-guidelines",
"version": "10.0.0",
"version": "11.0.0",
"description": "Sharable stylelint config based on https://sass-guidelin.es/",
"keywords": [
"stylelint",
Expand Down

0 comments on commit 8547119

Please sign in to comment.