From 85bbae59064a080dd803061717106f04d6e9b9c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Mon, 3 Jan 2022 16:34:46 +0100 Subject: [PATCH] 2.1.0 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30268bf..39d3ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Changelog +## [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) + +**Fixed:** + +- Do not lint js and ts files [\#22](https://github.com/nextcloud/stylelint-config/pull/22) ([skjnldsv](https://github.com/skjnldsv)) + ## [v2.0.1](https://github.com/nextcloud/stylelint-config/tree/v2.0.1) (2021-11-11) [Full Changelog](https://github.com/nextcloud/stylelint-config/compare/v2.0.0...v2.0.1) -**Merged pull requests:** +**Fixed:** - Fix missing stylelint-config-recommended-vue [\#16](https://github.com/nextcloud/stylelint-config/pull/16) ([skjnldsv](https://github.com/skjnldsv)) diff --git a/package-lock.json b/package-lock.json index 6da07d8..eb6bbcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/stylelint-config", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/stylelint-config", - "version": "2.0.1", + "version": "2.1.0", "license": "AGPL-3.0-or-later", "devDependencies": { "stylelint": "^14.0.1", diff --git a/package.json b/package.json index 9861519..2703697 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/stylelint-config", - "version": "2.0.1", + "version": "2.1.0", "description": "Stylelint shared config for nextcloud vue.js apps", "main": "index.js", "repository": {