diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index 84c40b4..c16fe07 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.14](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.13...@ivuorinen/base-configs@2.0.14) (2024-11-25) + +**Note:** Version bump only for package @ivuorinen/base-configs + + + + + ## [2.0.13](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.12...@ivuorinen/base-configs@2.0.13) (2024-11-25) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 2b5f3e3..63845d3 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "2.0.13", + "version": "2.0.14", "type": "module", "description": "ivuorinen's shareable configurations meta package", "author": { @@ -31,7 +31,7 @@ "@ivuorinen/browserslist-config": "^0.4.1", "@ivuorinen/commitlint-config": "^0.3.7", "@ivuorinen/eslint-config": "^0.5.8", - "@ivuorinen/markdownlint-config": "^0.3.8", + "@ivuorinen/markdownlint-config": "^0.3.9", "@ivuorinen/prettier-config": "^0.3.7", "@ivuorinen/semantic-release-config": "^0.3.8" } diff --git a/packages/markdownlint-config/CHANGELOG.md b/packages/markdownlint-config/CHANGELOG.md index 8f24812..decc8da 100644 --- a/packages/markdownlint-config/CHANGELOG.md +++ b/packages/markdownlint-config/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.3.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.3.8...@ivuorinen/markdownlint-config@0.3.9) (2024-11-25) + +**Note:** Version bump only for package @ivuorinen/markdownlint-config + + + + ## 0.3.8 (2024-11-25) diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index ac26ce5..baf82c4 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.3.8", + "version": "0.3.9", "type": "module", "description": "ivuorinen's shareable configuration for markdownlint.", "author": {