Skip to content

Commit 6acf312

Browse files
authored
Merge pull request #95 from nextcloud-libraries/prepare-2_4_0
chore: Prepare 2.4.0 release
2 parents df74a29 + 21f4fad commit 6acf312

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## [v2.4.0](https://github.com/nextcloud/stylelint-config/tree/v2.4.0) (2024-01-23)
4+
5+
[Full Changelog](https://github.com/nextcloud/stylelint-config/compare/v2.3.1...v2.4.0)
6+
7+
### Implemented enhancements
8+
9+
* Bump stylelint-config-recommended-scss to 13.1.0
10+
* Update NPM version to `^10.0.0` to match version used by LTS Node 20
11+
12+
### Fixed bugs
13+
14+
* Fix indention to be consistent
15+
316
## [v2.3.1](https://github.com/nextcloud/stylelint-config/tree/v2.3.1) (2023-07-11)
417

518
[Full Changelog](https://github.com/nextcloud/stylelint-config/compare/v2.3.0...v2.3.1)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/stylelint-config",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "Stylelint shared config for nextcloud vue.js apps",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)