Skip to content

Commit

Permalink
chore(main): release 0.1.6 (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 1, 2024
1 parent 8c98bc9 commit d560ba2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.5"
".": "0.1.6"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d560ba2

Please sign in to comment.