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

Commit 2db6f95

Browse files
committed
Prepare v3.1.1 release
1 parent b29b3cd commit 2db6f95

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Change Log
22

3-
## [v3.1.0](https://github.com/AtomLinter/linter-markdown/tree/v3.1.0) (2017-01-24)
3+
## [v3.1.1](https://github.com/AtomLinter/linter-markdown/tree/v3.1.1) (2017-04-12)
4+
[Full Changelog](https://github.com/AtomLinter/linter-markdown/compare/v3.1.0...v3.1.1)
5+
6+
**Implemented enhancements:**
7+
8+
- Async-ify the specs [\#128](https://github.com/AtomLinter/linter-markdown/pull/128) ([Arcanemagus](https://github.com/Arcanemagus))
9+
- Defer dependency loading [\#127](https://github.com/AtomLinter/linter-markdown/pull/127) ([Arcanemagus](https://github.com/Arcanemagus))
10+
- Remove macOS testing [\#126](https://github.com/AtomLinter/linter-markdown/pull/126) ([Arcanemagus](https://github.com/Arcanemagus))
11+
- Update remark-cli to the latest version 🚀 [\#122](https://github.com/AtomLinter/linter-markdown/pull/122) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
12+
13+
**Fixed bugs:**
14+
15+
- Minor fixes to callback handling [\#130](https://github.com/AtomLinter/linter-markdown/pull/130) ([Arcanemagus](https://github.com/Arcanemagus))
16+
- Cancel pending idle callbacks on deactivate [\#129](https://github.com/AtomLinter/linter-markdown/pull/129) ([Arcanemagus](https://github.com/Arcanemagus))
17+
18+
## [v3.1.0](https://github.com/AtomLinter/linter-markdown/tree/v3.1.0) (2017-01-25)
419
[Full Changelog](https://github.com/AtomLinter/linter-markdown/compare/v3.0.2...v3.1.0)
520

621
**Implemented enhancements:**

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