From 0e178acc71471bd2d06e4f844fc609dc6e69e5cf Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 2 Aug 2016 23:25:57 +0200 Subject: [PATCH] 4.1.0 --- history.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/history.md b/history.md index e34b438..21e0062 100644 --- a/history.md +++ b/history.md @@ -2,6 +2,15 @@ +4.1.0 / 2016-08-02 +================== + +* Add better external rule support, and refactor module ([`8dedd19`](https://github.com/wooorm/remark-lint/commit/8dedd19)) +* Refactor code-style to use `xo` ([`60907ad`](https://github.com/wooorm/remark-lint/commit/60907ad)) +* Add support for rules as any trough ware ([`d272ff2`](https://github.com/wooorm/remark-lint/commit/d272ff2)) +* Add `load-plugin` to load external rules ([`31f82b2`](https://github.com/wooorm/remark-lint/commit/31f82b2)) +* Update dependencies ([`5a70271`](https://github.com/wooorm/remark-lint/commit/5a70271)) + 4.0.2 / 2016-07-06 ================== diff --git a/package.json b/package.json index 3c14557..a4de7be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint", - "version": "4.0.2", + "version": "4.1.0", "description": "Lint markdown with remark", "license": "MIT", "keywords": [