Skip to content

Commit 45f14ee

Browse files
committed
chore(release): 4.0.0
1 parent aa27d9a commit 45f14ee

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
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.
44

5+
## [4.0.0](https://github.com/coldfrontlabs/stylelint-config-coldfront/compare/v3.1.1...v4.0.0) (2023-09-22)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **config:** removing prettier and other old standards may break custom projects
11+
12+
### Features
13+
14+
* **config:** upgrade to new standard and config ([2b3a8e6](https://github.com/coldfrontlabs/stylelint-config-coldfront/commit/2b3a8e62246604e6535a6e9e6a957ae07b9d69a2))
15+
* support both cjs and es imports ([0f97628](https://github.com/coldfrontlabs/stylelint-config-coldfront/commit/0f97628a70bd555eed95e63d592fa87757232864))
16+
17+
18+
### Bug Fixes
19+
20+
* disable 2 rules that conflict with existing projects ([aa27d9a](https://github.com/coldfrontlabs/stylelint-config-coldfront/commit/aa27d9ae55a423ce24b2fbc869d5b14d7c4f61b2))
21+
22+
23+
### Documentation
24+
25+
* update documentation for 4.x ([f4d3d69](https://github.com/coldfrontlabs/stylelint-config-coldfront/commit/f4d3d69d2a19a7644a2489d258ab768cf949f7e9))
26+
27+
28+
### Build System
29+
30+
* **npm:** replace prettier plugin with prettier config ([f0666cc](https://github.com/coldfrontlabs/stylelint-config-coldfront/commit/f0666cc8ff757cd68908ed85f5190e891de36290))
31+
* **npm:** update all dev dependencies to latest ([c19cb59](https://github.com/coldfrontlabs/stylelint-config-coldfront/commit/c19cb59d1a9335a311c48e1504fc7fd1e07ef2fc))
32+
* **prettier:** update config ([a4ca0ac](https://github.com/coldfrontlabs/stylelint-config-coldfront/commit/a4ca0ac1aed0b66500b3a77669207c0312a9a8fb))
33+
534
### [3.1.1](https://github.com/coldfrontlabs/stylelint-config-coldfront/compare/v3.1.0...v3.1.1) (2023-09-22)
635

736

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-coldfront",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"description": "Custom stylelint config used for Coldfront projects.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",

0 commit comments

Comments
 (0)