From c70e2f5917bd28cc13143427c08dec3b8405c08f Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 15 May 2023 13:12:42 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/Netcentric/stylelint-config/compare/v1.2.1...v2.0.0) (2023-05-15) ### Build System * updates manual release ([#15](https://github.com/Netcentric/stylelint-config/issues/15)) ([cddfdf3](https://github.com/Netcentric/stylelint-config/commit/cddfdf3e0be569c75e1c49db6d29f9a37789f733)) ### BREAKING CHANGES * update Stylelint to 15.x --- docs/CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3e17667..13b078d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/Netcentric/stylelint-config/compare/v1.2.1...v2.0.0) (2023-05-15) + + +### Build System + +* updates manual release ([#15](https://github.com/Netcentric/stylelint-config/issues/15)) ([cddfdf3](https://github.com/Netcentric/stylelint-config/commit/cddfdf3e0be569c75e1c49db6d29f9a37789f733)) + + +### BREAKING CHANGES + +* update Stylelint to 15.x + ## [1.2.1](https://github.com/Netcentric/stylelint-config/compare/v1.2.0...v1.2.1) (2022-05-05) diff --git a/package.json b/package.json index 3e9be64..c64082b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@netcentric/stylelint-config", "description": "Netcentric's coding and style rules for Stylelint", - "version": "1.2.1", + "version": "2.0.0", "license": "Apache-2.0", "private": false, "publishConfig": {