From 13743c061d239a29cd872e1185134f0682db2f7d Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Thu, 13 Jul 2023 09:32:21 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/stylelint-config@0.1.24 --- packages/stylelint-config/CHANGELOG.md | 4 ++++ packages/stylelint-config/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index b9b813d..57b14f3 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.24](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.23...@ivuorinen/stylelint-config@0.1.24) (2023-07-13) + +**Note:** Version bump only for package @ivuorinen/stylelint-config + ## [0.1.23](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.22...@ivuorinen/stylelint-config@0.1.23) (2023-07-08) **Note:** Version bump only for package @ivuorinen/stylelint-config diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 976d1e2..8d57660 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.1.23", + "version": "0.1.24", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",