diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a8bec6..12d41cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 6.0.0 (08.12.2023) + +Migration to Stylelint 15 + +There were no changes on the config itself, but here is the Stylelint +[migration guide](https://stylelint.io/migration-guide/to-15) +in case you need it. + ## 5.0.0 (21.06.2023) Updated dependencies, that led to dropping support for Stylelint 13. diff --git a/package-lock.json b/package-lock.json index 1172fb1..3042f90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@funboxteam/scss-lint-config", - "version": "5.0.0", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@funboxteam/scss-lint-config", - "version": "5.0.0", + "version": "6.0.0", "license": "MIT", "dependencies": { "@funboxteam/stylelint-rules": "^3.0.0", diff --git a/package.json b/package.json index 53d52d4..3e333e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@funboxteam/scss-lint-config", - "version": "5.0.0", + "version": "6.0.0", "description": "Config for Stylelint SCSS linting", "keywords": [ "stylelint",