From 9a86753eae984215bdfea0cb860cd13eba4906de Mon Sep 17 00:00:00 2001 From: fiximus <189535814+fiximus@users.noreply.github.com> Date: Tue, 28 Jan 2025 06:08:33 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@2.0.22 - @ivuorinen/markdownlint-config@0.3.11 --- packages/base-configs/CHANGELOG.md | 8 ++++++++ packages/base-configs/package.json | 4 ++-- packages/markdownlint-config/CHANGELOG.md | 11 +++++++++++ packages/markdownlint-config/package.json | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index 493a4db..547e7a0 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.22](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.21...@ivuorinen/base-configs@2.0.22) (2025-01-28) + +**Note:** Version bump only for package @ivuorinen/base-configs + + + + + ## 2.0.21 (2025-01-17) diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index babb215..356e735 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "2.0.21", + "version": "2.0.22", "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.9", - "@ivuorinen/markdownlint-config": "^0.3.10", + "@ivuorinen/markdownlint-config": "^0.3.11", "@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 2e3618e..29e13c1 100644 --- a/packages/markdownlint-config/CHANGELOG.md +++ b/packages/markdownlint-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.11](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.3.10...@ivuorinen/markdownlint-config@0.3.11) (2025-01-28) + + +### Bug Fixes + +* **deps:** update markdownlint-cli to 0.44.0 ([#327](https://github.com/ivuorinen/base-configs/issues/327)) ([b1b2d8e](https://github.com/ivuorinen/base-configs/commit/b1b2d8e581cb2d939eab3ff2ae33643c4419196a)) + + + + + ## 0.3.10 (2025-01-17) diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index 7111b8d..90169a5 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.3.10", + "version": "0.3.11", "type": "module", "description": "ivuorinen's shareable configuration for markdownlint.", "author": {