From b5c0ba68992d2354a3d89c49f13e219b0fb1df60 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sat, 6 May 2023 22:54:46 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/stylelint-config@0.1.4 --- 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 c2073ba..edfbb73 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.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 + +- **deps:** update dependency stylelint-config-standard to v30 ([#19](https://github.com/ivuorinen/base-configs/issues/19)) ([00a1e64](https://github.com/ivuorinen/base-configs/commit/00a1e64fccd502bc1b1fa18af9a2ce8988648e40)) + ## [0.1.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.2...@ivuorinen/stylelint-config@0.1.3) (2023-05-06) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 3bbd3e6..9031e8b 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.1.3", + "version": "0.1.4", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",