Skip to content

Commit 6d8ef0d

Browse files
committed
chore(release): 4.1.1
1 parent 9f0306f commit 6d8ef0d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.1.1](https://github.com/coldfrontlabs/stylelint-config-coldfront/compare/v4.1.0...v4.1.1) (2023-09-26)
6+
7+
8+
### Continuous Integration
9+
10+
* **actions:** add tests for build and lint ([48e57de](https://github.com/coldfrontlabs/stylelint-config-coldfront/commit/48e57dedaec856e1863eb481d569d0e05fa09d99))
11+
* **codeql:** use latest actions to fix run ([aadbbac](https://github.com/coldfrontlabs/stylelint-config-coldfront/commit/aadbbacd04a2832a7c8311b32ed86666f5a4091a))
12+
13+
14+
### Documentation
15+
16+
* **readme:** add tests and codeql status ([9f0306f](https://github.com/coldfrontlabs/stylelint-config-coldfront/commit/9f0306f147ed6f012e2106945017164cfb9e8cc0))
17+
518
## [4.1.0](https://github.com/coldfrontlabs/stylelint-config-coldfront/compare/v4.0.0...v4.1.0) (2023-09-22)
619

720

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": "4.1.0",
3+
"version": "4.1.1",
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)