Skip to content

Commit

Permalink
Update to version 0.25.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Jan 14, 2022
1 parent 61bb059 commit 2d19c06
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -978,6 +978,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
* 0.25.0 - Add MD049/MD050 for consistent emphasis/strong style (both auto-fixable), improve
MD007/MD010/MD032/MD033/MD035/MD037/MD039, support asynchronous custom rules,
improve performance, improve CI process, reduce dependencies, update dependencies.
* 0.25.1 - Update dependencies for CVE-2022-21670.

[npm-image]: https://img.shields.io/npm/v/markdownlint.svg
[npm-url]: https://www.npmjs.com/package/markdownlint
Expand Down
4 changes: 2 additions & 2 deletions demo/markdownlint-browser.js
@@ -1,4 +1,4 @@
/*! markdownlint 0.25.0 https://github.com/DavidAnson/markdownlint @license MIT */
/*! markdownlint 0.25.1 https://github.com/DavidAnson/markdownlint @license MIT */
var markdownlint;
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
Expand Down Expand Up @@ -914,7 +914,7 @@ module.exports.clear = function () {

module.exports.deprecatedRuleNames = ["MD002", "MD006"];
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
module.exports.version = "0.25.0";
module.exports.version = "0.25.1";


/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.js
Expand Up @@ -4,4 +4,4 @@

module.exports.deprecatedRuleNames = [ "MD002", "MD006" ];
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
module.exports.version = "0.25.0";
module.exports.version = "0.25.1";
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "markdownlint",
"version": "0.25.0",
"version": "0.25.1",
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
"main": "lib/markdownlint.js",
"types": "lib/markdownlint.d.ts",
Expand Down

0 comments on commit 2d19c06

Please sign in to comment.