From 82f3021197f38e8535ae6dd8bc94a9b93a0cc56c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 4 Jan 2022 11:04:49 +0100 Subject: [PATCH] 2.1.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d3ec2..4f6e5ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v2.1.1](https://github.com/nextcloud/stylelint-config/tree/v2.1.1) (2022-01-04) + +[Full Changelog](https://github.com/nextcloud/stylelint-config/compare/v2.1.0...v2.1.1) + +**Fixed bugs:** + +- Do not lint svg files [\#25](https://github.com/nextcloud/stylelint-config/pull/25) ([skjnldsv](https://github.com/skjnldsv)) +- Fix stylelint scss config [\#26](https://github.com/nextcloud/stylelint-config/pull/26) ([skjnldsv](https://github.com/skjnldsv)) + ## [v2.1.0](https://github.com/nextcloud/stylelint-config/tree/v2.1.0) (2021-11-11) [Full Changelog](https://github.com/nextcloud/stylelint-config/compare/v2.0.1...v2.1.0) diff --git a/package-lock.json b/package-lock.json index 4662a99..98727ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/stylelint-config", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/stylelint-config", - "version": "2.1.0", + "version": "2.1.1", "license": "AGPL-3.0-or-later", "devDependencies": { "stylelint": "^14.0.1", diff --git a/package.json b/package.json index 3c74e3a..8d66116 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/stylelint-config", - "version": "2.1.0", + "version": "2.1.1", "description": "Stylelint shared config for nextcloud vue.js apps", "main": "index.js", "repository": {