Skip to content

Commit cba2ca0

Browse files
committed
Update to version 0.26.1.
1 parent 5b0588f commit cba2ca0

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
10191019
remove support for end-of-life Node version 12, default `resultVersion` to 3, update
10201020
browser script to use ES2015, simplify JSON schema, address remaining CodeQL issues,
10211021
improve performance, update dependencies.
1022+
* 0.26.1 - Improve MD051.
10221023

10231024
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg
10241025
[npm-url]: https://www.npmjs.com/package/markdownlint

demo/markdownlint-browser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! markdownlint 0.26.0 https://github.com/DavidAnson/markdownlint @license MIT */
1+
/*! markdownlint 0.26.1 https://github.com/DavidAnson/markdownlint @license MIT */
22
var markdownlint;
33
/******/ (() => { // webpackBootstrap
44
/******/ var __webpack_modules__ = ({
@@ -1187,7 +1187,7 @@ module.exports.referenceLinkImageData =
11871187

11881188
module.exports.deprecatedRuleNames = ["MD002", "MD006"];
11891189
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
1190-
module.exports.version = "0.26.0";
1190+
module.exports.version = "0.26.1";
11911191

11921192

11931193
/***/ }),

helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdownlint-rule-helpers",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "A collection of markdownlint helper functions for custom rules",
55
"main": "./helpers.js",
66
"exports": "./helpers.js",

lib/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
module.exports.deprecatedRuleNames = [ "MD002", "MD006" ];
66
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
7-
module.exports.version = "0.26.0";
7+
module.exports.version = "0.26.1";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdownlint",
3-
"version": "0.26.0",
3+
"version": "0.26.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)