From 21f4fadfcf788d18c495eab420fea9f941446d22 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 22 Jan 2024 21:26:19 +0100 Subject: [PATCH] chore: Prepare 2.4.0 release Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 250a478..a04b6a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [v2.4.0](https://github.com/nextcloud/stylelint-config/tree/v2.4.0) (2024-01-23) + +[Full Changelog](https://github.com/nextcloud/stylelint-config/compare/v2.3.1...v2.4.0) + +### Implemented enhancements + +* Bump stylelint-config-recommended-scss to 13.1.0 +* Update NPM version to `^10.0.0` to match version used by LTS Node 20 + +### Fixed bugs + +* Fix indention to be consistent + ## [v2.3.1](https://github.com/nextcloud/stylelint-config/tree/v2.3.1) (2023-07-11) [Full Changelog](https://github.com/nextcloud/stylelint-config/compare/v2.3.0...v2.3.1) diff --git a/package-lock.json b/package-lock.json index df43b13..8a3fc17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/stylelint-config", - "version": "2.3.1", + "version": "2.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/stylelint-config", - "version": "2.3.1", + "version": "2.4.0", "license": "AGPL-3.0-or-later", "devDependencies": { "stylelint": "^15.6.0", diff --git a/package.json b/package.json index 7dfcc32..8ad27cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/stylelint-config", - "version": "2.3.1", + "version": "2.4.0", "description": "Stylelint shared config for nextcloud vue.js apps", "main": "index.js", "repository": {