From e15bae69defa0745da9056f87feeb70f947f0a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Sat, 8 Jan 2022 10:27:16 +0100 Subject: [PATCH] 2.1.2 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6e5ed..4d183c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v2.1.2](https://github.com/nextcloud/stylelint-config/tree/v2.1.2) (2022-01-08) + +[Full Changelog](https://github.com/nextcloud/stylelint-config/compare/v2.1.1...v2.1.2) + +**Implemented enhancements:** + +- Bump stylelint and associated [\#27](https://github.com/nextcloud/stylelint-config/pull/27) ([skjnldsv](https://github.com/skjnldsv)) + ## [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) diff --git a/package-lock.json b/package-lock.json index 4119d9a..3e29149 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/stylelint-config", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/stylelint-config", - "version": "2.1.1", + "version": "2.1.2", "license": "AGPL-3.0-or-later", "devDependencies": { "stylelint": "^14.2.0", diff --git a/package.json b/package.json index 2e02ec3..9aa5644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/stylelint-config", - "version": "2.1.1", + "version": "2.1.2", "description": "Stylelint shared config for nextcloud vue.js apps", "main": "index.js", "repository": {