From 1cc712b39b78088da2df55677097892516275d19 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Wed, 6 Sep 2023 06:57:14 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/markdownlint-config@0.1.5 --- packages/markdownlint-config/CHANGELOG.md | 6 ++++++ packages/markdownlint-config/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/markdownlint-config/CHANGELOG.md b/packages/markdownlint-config/CHANGELOG.md index 145006e..11119a0 100644 --- a/packages/markdownlint-config/CHANGELOG.md +++ b/packages/markdownlint-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.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.1.4...@ivuorinen/markdownlint-config@0.1.5) (2023-09-06) + +### Bug Fixes + +- **deps:** update dependency markdownlint-cli to v0.36.0 ([#88](https://github.com/ivuorinen/base-configs/issues/88)) ([8ea8e15](https://github.com/ivuorinen/base-configs/commit/8ea8e1501d8e4dd39df144999e4cee9076117822)) + ## [0.1.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.1.3...@ivuorinen/markdownlint-config@0.1.4) (2023-06-26) ### Bug Fixes diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index 254596f..ee4b4fb 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.1.4", + "version": "0.1.5", "description": "ivuorinen's shareable configuration for markdownlint.", "author": { "name": "Ismo Vuorinen",