diff --git a/CHANGELOG.md b/CHANGELOG.md index 068870d..3b6d4d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.6.15](https://github.com/archoleat/stylelint-config-extended-scss/compare/v1.6.14...v1.6.15) (2024-08-15) + +### Code Refactoring + +* add defineConfig ([#231](https://github.com/archoleat/stylelint-config-extended-scss/issues/231)) ([a3c1ab6](https://github.com/archoleat/stylelint-config-extended-scss/commit/a3c1ab6c924d242f0a6228adaffdef3e89c4052c)) +* small changes ([#232](https://github.com/archoleat/stylelint-config-extended-scss/issues/232)) ([0750a65](https://github.com/archoleat/stylelint-config-extended-scss/commit/0750a652c53bc16676620f88ed422d6b7eb1dfa6)) +* small changes ([#240](https://github.com/archoleat/stylelint-config-extended-scss/issues/240)) ([0aeff4d](https://github.com/archoleat/stylelint-config-extended-scss/commit/0aeff4d556aba52395c294bcddb45af36435befc)) + ## [1.6.14](https://github.com/archoleat/stylelint-config-extended-scss/compare/v1.6.13...v1.6.14) (2024-08-08) ### Code Refactoring diff --git a/package.json b/package.json index fa6dbc2..48a9ba1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@archoleat/stylelint-config-extended-scss", "description": "Extended config for Stylelint with property sorting", - "version": "1.6.14", + "version": "1.6.15", "license": "MIT", "author": { "email": "archoleat@gmail.com",