From 3519e56c01b52a850e76017cb646daafaffb5dac Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Fri, 29 Dec 2023 10:28:08 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/stylelint-config@0.2.13 --- 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 5d2af0e..da45901 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.2.13](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.12...@ivuorinen/stylelint-config@0.2.13) (2023-12-29) + +### Bug Fixes + +- **deps:** update dependency stylelint-config-standard to v36 ([#162](https://github.com/ivuorinen/base-configs/issues/162)) ([e289759](https://github.com/ivuorinen/base-configs/commit/e28975966900b329c39286d2f7abe598398b89a0)) + ## [0.2.12](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.11...@ivuorinen/stylelint-config@0.2.12) (2023-12-29) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index c5c2806..37368b5 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.2.12", + "version": "0.2.13", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",