From 08d311424324b7fd7ff69ff9fcb0ab9d6f1c1bb9 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sat, 6 May 2023 23:02:27 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/stylelint-config@0.1.5 --- 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 edfbb73..1c903bb 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.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.4...@ivuorinen/stylelint-config@0.1.5) (2023-05-06) + +### Bug Fixes + +- **deps:** update dependency stylelint-config-recommended-scss to v9 ([#18](https://github.com/ivuorinen/base-configs/issues/18)) ([d7cd79e](https://github.com/ivuorinen/base-configs/commit/d7cd79ee14689c3e3592bace768663f69f5dec2d)) + ## [0.1.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.3...@ivuorinen/stylelint-config@0.1.4) (2023-05-06) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 4ba146a..b6b65ec 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.1.4", + "version": "0.1.5", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",