From 9a55b02c62cc7c5e65afefdf4493b65510d3a514 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 6 May 2024 19:23:30 +0200 Subject: [PATCH] chore: Prepare 3.0.1 Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0c9d0..dcdd483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v3.0.1](https://github.com/nextcloud/stylelint-config/tree/v3.0.1) (2024-05-07) + +### Fixed + +* fix: Remove stylistic rules also for scss + ## [v3.0.0](https://github.com/nextcloud/stylelint-config/tree/v3.0.0) (2024-04-15) [Full Changelog](https://github.com/nextcloud/stylelint-config/compare/v2.4.0...v3.0.0) diff --git a/package-lock.json b/package-lock.json index 31a15d0..aef7daf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/stylelint-config", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/stylelint-config", - "version": "3.0.0", + "version": "3.0.1", "license": "AGPL-3.0-or-later", "devDependencies": { "stylelint": "^16.3.1", diff --git a/package.json b/package.json index c87a3f6..e296785 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/stylelint-config", - "version": "3.0.0", + "version": "3.0.1", "description": "Stylelint shared config for nextcloud vue.js apps", "main": "index.js", "repository": {