From b66a5f4dd248113d34189b94268703203305a647 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sun, 8 Oct 2023 23:34:07 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/stylelint-config@0.1.31 --- 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 8392cd4..791367c 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.31](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.30...@ivuorinen/stylelint-config@0.1.31) (2023-10-08) + +**Note:** Version bump only for package @ivuorinen/stylelint-config + ## [0.1.30](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.29...@ivuorinen/stylelint-config@0.1.30) (2023-09-19) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index a7acf84..d432168 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.1.30", + "version": "0.1.31", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",