diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d183c7..3ba4e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v2.2.0](https://github.com/nextcloud/stylelint-config/tree/v2.2.0) (2022-08-10) + +[Full Changelog](https://github.com/nextcloud/stylelint-config/compare/v2.1.2...v2.2.0) + +**Changed** + +- Update engines versions to Node 16 with Npm 7 or Npm 8 + ## [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) diff --git a/package-lock.json b/package-lock.json index f38a296..aa7cc22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/stylelint-config", - "version": "2.1.2", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/stylelint-config", - "version": "2.1.2", + "version": "2.2.0", "license": "AGPL-3.0-or-later", "devDependencies": { "stylelint": "^14.2.0", diff --git a/package.json b/package.json index df269f3..1fcf084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/stylelint-config", - "version": "2.1.2", + "version": "2.2.0", "description": "Stylelint shared config for nextcloud vue.js apps", "main": "index.js", "repository": {