Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit c04b0dd

Browse files
committed
Prepare v4.0.1 release
1 parent 6a2630d commit c04b0dd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [v4.0.1](https://github.com/AtomLinter/linter-markdown/tree/v4.0.1) (2017-05-03)
4+
[Full Changelog](https://github.com/AtomLinter/linter-markdown/compare/v4.0.0...v4.0.1)
5+
6+
**Implemented enhancements:**
7+
8+
- Update remark to v7.0.1 🚀 [\#133](https://github.com/AtomLinter/linter-markdown/pull/133) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
9+
310
## [v4.0.0](https://github.com/AtomLinter/linter-markdown/tree/v4.0.0) (2017-04-14)
411
[Full Changelog](https://github.com/AtomLinter/linter-markdown/compare/v3.1.1...v4.0.0)
512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-markdown",
33
"main": "lib/index.js",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"description": "Lint markdown on the fly, using remark-lint",
66
"scripts": {
77
"lint": "remark README.md LICENSE.md && eslint lib spec",

0 commit comments

Comments
 (0)