Skip to content

Commit d560ba2

Browse files
chore(main): release 0.1.6 (#50)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c98bc9 commit d560ba2

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.5"
2+
".": "0.1.6"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [0.1.6](https://github.com/fluid-project/markdownlint-config-fluid/compare/0.1.5...v0.1.6) (2024-11-01)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
* **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))
12+
* **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))
13+
* **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))
14+
* **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))
15+
* 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))
16+
517
### [0.1.5](https://github.com/fluid-project/markdownlint-config-fluid/compare/0.1.4...0.1.5) (2023-07-11)
618

719
### [0.1.4](https://github.com/fluid-project/markdownlint-config-fluid/compare/0.1.3...0.1.4) (2021-05-04)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdownlint-config-fluid",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Shareable MarkdownLint config for the fluid project.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)