From 6c42e2d85196a1dbd80ae711c3f59ee5ee41582f Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Fri, 26 May 2023 10:07:44 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/stylelint-config@0.1.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 5495b8f..d4816b4 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.13](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.12...@ivuorinen/stylelint-config@0.1.13) (2023-05-26) + +### Bug Fixes + +- **deps:** update dependency stylelint-config-recommended-scss to v12 ([#30](https://github.com/ivuorinen/base-configs/issues/30)) ([4c6d32f](https://github.com/ivuorinen/base-configs/commit/4c6d32ff5ff5164bd5301f5ae9e47972c2947d61)) + ## [0.1.12](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.11...@ivuorinen/stylelint-config@0.1.12) (2023-05-20) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 9fc10be..e04eaed 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.1.12", + "version": "0.1.13", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",