diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 634d864..88a696b 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.21](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.20...@ivuorinen/stylelint-config@0.1.21) (2023-07-07) + +### Bug Fixes + +- **deps:** update dependency stylelint-config-standard to v34 ([#56](https://github.com/ivuorinen/base-configs/issues/56)) ([2ec6c78](https://github.com/ivuorinen/base-configs/commit/2ec6c788deae6987f4afd6d85bb1bea8d43750ee)) + ## [0.1.20](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.19...@ivuorinen/stylelint-config@0.1.20) (2023-07-07) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 0f612c6..de3140a 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.1.20", + "version": "0.1.21", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",