diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index a9cb82c..e613c22 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.8...@ivuorinen/stylelint-config@0.1.9) (2023-05-06) + +### Bug Fixes + +- **deps:** update dependency stylelint-config-standard to v31 ([#20](https://github.com/ivuorinen/base-configs/issues/20)) ([d3c10df](https://github.com/ivuorinen/base-configs/commit/d3c10df2a753a6b73a1079eef6cbfe8dea3ab4ad)) +- **deps:** update dependency stylelint-scss to v5 ([#24](https://github.com/ivuorinen/base-configs/issues/24)) ([199e029](https://github.com/ivuorinen/base-configs/commit/199e02975a7659095015f3bac48f39b6eaac666d)) + ## [0.1.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.7...@ivuorinen/stylelint-config@0.1.8) (2023-05-06) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 7e46081..cae559e 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.1.8", + "version": "0.1.9", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",