diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index 4497b9a..d02ef5d 100644 --- a/packages/base-configs/CHANGELOG.md +++ b/packages/base-configs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.30](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.29...@ivuorinen/base-configs@2.0.30) (2025-06-12) + +**Note:** Version bump only for package @ivuorinen/base-configs + + + + + ## [2.0.29](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.28...@ivuorinen/base-configs@2.0.29) (2025-05-21) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index d1842ce..78d4395 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "2.0.29", + "version": "2.0.30", "type": "module", "description": "ivuorinen's shareable configurations meta package", "author": { @@ -31,7 +31,7 @@ "@ivuorinen/browserslist-config": "^0.4.4", "@ivuorinen/commitlint-config": "^0.3.8", "@ivuorinen/eslint-config": "^0.5.11", - "@ivuorinen/markdownlint-config": "^0.3.14", + "@ivuorinen/markdownlint-config": "^0.3.15", "@ivuorinen/prettier-config": "^0.3.8", "@ivuorinen/semantic-release-config": "^0.3.9" } diff --git a/packages/markdownlint-config/CHANGELOG.md b/packages/markdownlint-config/CHANGELOG.md index 3ce9b3f..307c923 100644 --- a/packages/markdownlint-config/CHANGELOG.md +++ b/packages/markdownlint-config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.15](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.3.14...@ivuorinen/markdownlint-config@0.3.15) (2025-06-12) + +**Note:** Version bump only for package @ivuorinen/markdownlint-config + + + + + ## [0.3.14](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.3.13...@ivuorinen/markdownlint-config@0.3.14) (2025-05-21) diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index 6a27d94..882f7cd 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.3.14", + "version": "0.3.15", "type": "module", "description": "ivuorinen's shareable configuration for markdownlint.", "author": {