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

Commit 94813d2

Browse files
committed
Prepare v3.0.1 release
1 parent 3389e81 commit 94813d2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [v3.0.1](https://github.com/AtomLinter/linter-markdown/tree/v3.0.1) (2016-09-07)
4+
[Full Changelog](https://github.com/AtomLinter/linter-markdown/compare/v3.0.0...v3.0.1)
5+
6+
**Implemented enhancements:**
7+
8+
- Update eslint-config-airbnb-base to version 7.0.0 🚀 [\#109](https://github.com/AtomLinter/linter-markdown/pull/109) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
9+
- Update remark to version 6.0.1 🚀 [\#107](https://github.com/AtomLinter/linter-markdown/pull/107) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
10+
311
## [v3.0.0](https://github.com/AtomLinter/linter-markdown/tree/v3.0.0) (2016-09-02)
412
[Full Changelog](https://github.com/AtomLinter/linter-markdown/compare/v2.0.1...v3.0.0)
513

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": "3.0.0",
4+
"version": "3.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)