Skip to content

Commit 226d200

Browse files
committed
4.0.0
1 parent b7fd939 commit 226d200

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

history.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--lint disable no-multiple-toplevel-headings-->
44

5+
4.0.0 / 2016-06-13
6+
==================
7+
8+
* Update `readme.md` ([`3aad02d`](https://github.com/wooorm/remark-validate-links/commit/3aad02d))
9+
* Update for changes in [email protected] ([`72c5aa2`](https://github.com/wooorm/remark-validate-links/commit/72c5aa2))
10+
511
3.0.0 / 2016-02-14
612
==================
713

@@ -22,7 +28,7 @@
2228
* Rename `mdast-validate-links` > `remark-validate-links` ([c9e9391](https://github.com/wooorm/remark-validate-links/commit/c9e9391))
2329
* Refactor tests for changes in mdast ([f8fc60d](https://github.com/wooorm/remark-validate-links/commit/f8fc60d))
2430
* Update dependencies ([a93303c](https://github.com/wooorm/remark-validate-links/commit/a93303c))
25-
* Fix failure when using stdin(4) ([40e1ced](https://github.com/wooorm/remark-validate-links/commit/40e1ced))
31+
* Fix bug when using stdin(4) ([40e1ced](https://github.com/wooorm/remark-validate-links/commit/40e1ced))
2632

2733
1.1.1 / 2015-09-18
2834
==================
@@ -49,7 +55,7 @@
4955
0.3.0 / 2015-07-26
5056
==================
5157

52-
* Add suggestions for similar references on failure ([ddabfe2](https://github.com/wooorm/remark-validate-links/commit/ddabfe2))
58+
* Add suggestions for similar references on missing link ([ddabfe2](https://github.com/wooorm/remark-validate-links/commit/ddabfe2))
5359

5460
0.2.1 / 2015-07-19
5561
==================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-validate-links",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Validate links to headings and files in markdown",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)