From 91e3b0833ccc6bb00230b05695a133cedbbe0398 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Jan 2024 17:52:53 +0000 Subject: [PATCH] chore(release): 3.0.1 [skip ci] ## [3.0.1](https://github.com/sweetalert2/stylelint-config/compare/v3.0.0...v3.0.1) (2024-01-12) ### Bug Fixes * **deps:** update dependency stylelint-config-standard to v36 ([#45](https://github.com/sweetalert2/stylelint-config/issues/45)) ([14554af](https://github.com/sweetalert2/stylelint-config/commit/14554afa4b4e900ddb2e0b96a72b8962c38a1376)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53d3612..63a31a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.1](https://github.com/sweetalert2/stylelint-config/compare/v3.0.0...v3.0.1) (2024-01-12) + + +### Bug Fixes + +* **deps:** update dependency stylelint-config-standard to v36 ([#45](https://github.com/sweetalert2/stylelint-config/issues/45)) ([14554af](https://github.com/sweetalert2/stylelint-config/commit/14554afa4b4e900ddb2e0b96a72b8962c38a1376)) + # [3.0.0](https://github.com/sweetalert2/stylelint-config/compare/v2.1.13...v3.0.0) (2023-12-22) diff --git a/package.json b/package.json index e83a29b..53fad63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/stylelint-config", - "version": "3.0.0", + "version": "3.0.1", "type": "module", "description": "stylelint shareable config for the SweetAlert2 SCSS coding style", "repository": "sweetalert2/stylelint-config",