diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e82235..1546053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.0.0](https://github.com/pangolinjs/stylelint-config/compare/v3.0.1...v4.0.0) (2022-12-31) + + +### ⚠ BREAKING CHANGES + +* Complete overhaul for the linting rules. +* Suit CSS naming convention. +* Indentation with tabs. +* Consistent whitespaces. + +### Features + +* Overhauled linting rules ([e4a3809](https://github.com/pangolinjs/stylelint-config/commit/e4a3809fbd6eb269782321b2d221854ff9e593f1)) + + +### Bug Fixes + +* selector-class-pattern regex for modifiers ([dca7fad](https://github.com/pangolinjs/stylelint-config/commit/dca7fad4a0456aed45b64fc3e7de9fea928a46d6)) + ### [3.0.1](https://github.com/pangolinjs/stylelint-config/compare/v3.0.0...v3.0.1) (2022-03-26) ## [3.0.0](https://github.com/pangolinjs/stylelint-config/compare/v2.0.6...v3.0.0) (2021-10-23) diff --git a/package-lock.json b/package-lock.json index 8aeb16e..1be9417 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pangolinjs/stylelint-config", - "version": "3.0.1", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pangolinjs/stylelint-config", - "version": "3.0.1", + "version": "4.0.0", "license": "Hippocratic-3.0", "devDependencies": { "@pangolinjs/eslint-config": "^7.0.0", diff --git a/package.json b/package.json index ad37d36..872d278 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pangolinjs/stylelint-config", - "version": "3.0.1", + "version": "4.0.0", "description": "Shareable stylelint config for Pangolin.js", "license": "Hippocratic-3.0", "homepage": "https://github.com/pangolinjs/stylelint-config",