Skip to content

Commit

Permalink
Update to version 0.37.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Dec 19, 2024
1 parent baf4944 commit 5fad452
Show file tree
Hide file tree
Showing 9 changed files with 427 additions and 422 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.37.2

- Add subpath imports for overriding default bundler behavior
- Improve MD032

## 0.37.1

- Add support for "browser" condition (as used by webpack)
Expand Down
4 changes: 2 additions & 2 deletions helpers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ be useful to custom rule authors and may avoid duplicating code.
*None* - The entire body of code is tested to 100% coverage by the core
`markdownlint` project, so there are no additional tests here.

[custom-rules]: https://github.com/DavidAnson/markdownlint/blob/v0.37.1/doc/CustomRules.md
[custom-rules]: https://github.com/DavidAnson/markdownlint/blob/v0.37.2/doc/CustomRules.md
[jsdoc]: https://en.m.wikipedia.org/wiki/JSDoc
[markdown]: https://en.wikipedia.org/wiki/Markdown
[markdownlint]: https://github.com/DavidAnson/markdownlint
[rules]: https://github.com/DavidAnson/markdownlint/blob/v0.37.1/doc/Rules.md
[rules]: https://github.com/DavidAnson/markdownlint/blob/v0.37.2/doc/Rules.md
208 changes: 104 additions & 104 deletions lib/configuration-strict.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/constants.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export const fixableRuleNames = [
"MD058"
];
export const homepage = "https://github.com/DavidAnson/markdownlint";
export const version = "0.37.1";
export const version = "0.37.2";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdownlint",
"version": "0.37.1",
"version": "0.37.2",
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
"type": "module",
"exports": {
Expand Down
102 changes: 51 additions & 51 deletions schema/.markdownlint.jsonc

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions schema/.markdownlint.yaml

Large diffs are not rendered by default.

212 changes: 106 additions & 106 deletions schema/markdownlint-config-schema-strict.json

Large diffs are not rendered by default.

212 changes: 106 additions & 106 deletions schema/markdownlint-config-schema.json

Large diffs are not rendered by default.

0 comments on commit 5fad452

Please sign in to comment.