Skip to content

Commit 9eb69be

Browse files
chore(main): release 4.0.0 (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c60b688 commit 9eb69be

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/atolye15/stylelint-config/compare/v3.0.1...v4.0.0) (2023-02-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* See https://github.com/stylelint/stylelint/blob/main/docs/migration-guide/to-15.md#deprecated-stylistic-rules
9+
* See https://github.com/stylelint/stylelint/releases/tag/15.0.0
10+
11+
### build
12+
13+
* upgrade peer dependency stylelint to 15.0.0 ([21af576](https://github.com/atolye15/stylelint-config/commit/21af57688763105fc9e6f4d1cb5afc1d1fc6ced9))
14+
15+
16+
### Refactors
17+
18+
* remove deprecated rules ([6ed0c3d](https://github.com/atolye15/stylelint-config/commit/6ed0c3df164ae34075135bc37db87d3cfb3389c5))
19+
320
## [3.0.1](https://github.com/atolye15/stylelint-config/compare/v3.0.0...v3.0.1) (2023-02-10)
421

522

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atolye15/stylelint-config",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "Atölye15 shareable config for stylelint.",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)