From d560ba2badc31ae9ae1dfbc2021a58a395eab0e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:02:09 +0000 Subject: [PATCH] chore(main): release 0.1.6 (#50) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c209e8b..a20191b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.5" + ".": "0.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cd2385..69e3158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.1.6](https://github.com/fluid-project/markdownlint-config-fluid/compare/0.1.5...v0.1.6) (2024-11-01) + + +### Bug Fixes + +* commit message linting ([#54](https://github.com/fluid-project/markdownlint-config-fluid/issues/54)) ([30b9190](https://github.com/fluid-project/markdownlint-config-fluid/commit/30b9190e002df3a93256b2c89b672d29a029c70d)) +* **deps:** update dependency infusion to v4.7.1 ([#41](https://github.com/fluid-project/markdownlint-config-fluid/issues/41)) ([ee178d0](https://github.com/fluid-project/markdownlint-config-fluid/commit/ee178d0b39c9861589978eb59ee49c4780adce64)) +* **deps:** update dependency markdownlint to v0.34.0 ([#42](https://github.com/fluid-project/markdownlint-config-fluid/issues/42)) ([01df44b](https://github.com/fluid-project/markdownlint-config-fluid/commit/01df44b00e5fb2353aa902cc2a4724c7370a6dbd)) +* **deps:** update dependency markdownlint to v0.35.0 ([#62](https://github.com/fluid-project/markdownlint-config-fluid/issues/62)) ([0a9f223](https://github.com/fluid-project/markdownlint-config-fluid/commit/0a9f223136201ac83f0d4cc768aeec78c03755ca)) +* **deps:** update dependency markdownlint to v0.36.1 ([#76](https://github.com/fluid-project/markdownlint-config-fluid/issues/76)) ([f29e4da](https://github.com/fluid-project/markdownlint-config-fluid/commit/f29e4da87eb48fa59f1bba776cbc73a2d8c28f3f)) +* remove circular dependency ([#81](https://github.com/fluid-project/markdownlint-config-fluid/issues/81)) ([8c98bc9](https://github.com/fluid-project/markdownlint-config-fluid/commit/8c98bc914766a1969634ed0226e358ece2ea9efa)) + ### [0.1.5](https://github.com/fluid-project/markdownlint-config-fluid/compare/0.1.4...0.1.5) (2023-07-11) ### [0.1.4](https://github.com/fluid-project/markdownlint-config-fluid/compare/0.1.3...0.1.4) (2021-05-04) diff --git a/package-lock.json b/package-lock.json index f336751..470a090 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdownlint-config-fluid", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "markdownlint-config-fluid", - "version": "0.1.5", + "version": "0.1.6", "license": "BSD-3-Clause", "dependencies": { "infusion": "4.7.1", diff --git a/package.json b/package.json index b49c714..92eb56d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdownlint-config-fluid", - "version": "0.1.5", + "version": "0.1.6", "description": "Shareable MarkdownLint config for the fluid project.", "main": "index.js", "scripts": {