From 91bc554f1abec0cc0c10f3440203587342e298bd Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sat, 6 May 2023 23:49:50 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/stylelint-config@0.1.11 --- packages/stylelint-config/CHANGELOG.md | 6 ++++++ packages/stylelint-config/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 6058730..10aa9c4 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.11](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.10...@ivuorinen/stylelint-config@0.1.11) (2023-05-06) + +### Bug Fixes + +- **deps:** update dependency stylelint-config-standard to v33 ([#22](https://github.com/ivuorinen/base-configs/issues/22)) ([bcdb430](https://github.com/ivuorinen/base-configs/commit/bcdb430b04faf0cb49a0ea67277a4d9be830fef4)) + ## [0.1.10](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.9...@ivuorinen/stylelint-config@0.1.10) (2023-05-06) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 451bc62..5b02168 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.1.10", + "version": "0.1.11", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",