From 52216bfbd884dbcdc5803262cf2a15b653a53824 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Tue, 11 Jul 2023 09:43:56 +0200 Subject: [PATCH] 2.3.1 Signed-off-by: Richard Steinmetz --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ec180..250a478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [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) + +**Implemented enhancements:** + +- Bump stylelint and peers ([st3iny](https://github.com/st3iny)) + +**Changed:** + +- Update engines versions to Node 20 with Npm 9 [\#78](https://github.com/nextcloud/stylelint-config/pull/78) + ## [v2.3.0](https://github.com/nextcloud/stylelint-config/tree/v2.3.0) (2022-10-14) [Full Changelog](https://github.com/nextcloud/stylelint-config/compare/v2.2.0...v2.3.0) diff --git a/package-lock.json b/package-lock.json index d61833d..a3ba60a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/stylelint-config", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/stylelint-config", - "version": "2.3.0", + "version": "2.3.1", "license": "AGPL-3.0-or-later", "devDependencies": { "stylelint": "^15.6.0", diff --git a/package.json b/package.json index 4e2d1a2..c4065ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/stylelint-config", - "version": "2.3.0", + "version": "2.3.1", "description": "Stylelint shared config for nextcloud vue.js apps", "main": "index.js", "repository": {