Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3561fc3

Browse filesBrowse files
committed
Update to version 0.31.1.
1 parent c590717 commit 3561fc3
Copy full SHA for 3561fc3

File tree

Expand file treeCollapse file tree

4 files changed

+9
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+9
-4
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.31.1
4+
5+
- Improve MD032/MD034
6+
- Update dependencies
7+
38
## 0.31.0
49

510
- Improve MD032/MD037/MD043/MD044/MD051/MD052

‎demo/markdownlint-browser.js

Copy file name to clipboardExpand all lines: demo/markdownlint-browser.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! markdownlint 0.31.0 https://github.com/DavidAnson/markdownlint @license MIT */
1+
/*! markdownlint 0.31.1 https://github.com/DavidAnson/markdownlint @license MIT */
22
var markdownlint;
33
/******/ (() => { // webpackBootstrap
44
/******/ var __webpack_modules__ = ({
@@ -1595,7 +1595,7 @@ module.exports.referenceLinkImageData = function () {
15951595
module.exports.deprecatedRuleNames = ["MD002", "MD006"];
15961596
module.exports.fixableRuleNames = ["MD004", "MD005", "MD006", "MD007", "MD009", "MD010", "MD011", "MD012", "MD014", "MD018", "MD019", "MD020", "MD021", "MD022", "MD023", "MD026", "MD027", "MD030", "MD031", "MD032", "MD034", "MD037", "MD038", "MD039", "MD044", "MD047", "MD049", "MD050", "MD051", "MD053"];
15971597
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
1598-
module.exports.version = "0.31.0";
1598+
module.exports.version = "0.31.1";
15991599

16001600
/***/ }),
16011601

‎lib/constants.js

Copy file name to clipboardExpand all lines: lib/constants.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ module.exports.fixableRuleNames = [
1111
"MD044", "MD047", "MD049", "MD050", "MD051", "MD053"
1212
];
1313
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
14-
module.exports.version = "0.31.0";
14+
module.exports.version = "0.31.1";

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdownlint",
3-
"version": "0.31.0",
3+
"version": "0.31.1",
44
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
55
"type": "commonjs",
66
"main": "./lib/markdownlint.js",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.