Skip to content

Commit e0d6c05

Browse files
committed
Add mention of readme.md potentially not being published yet
1 parent 7b9840c commit e0d6c05

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ The reason for introducing a new “virtual” DOM is primarily:
2121

2222
**HAST** is a subset of [Unist][], and implemented by [rehype][].
2323

24-
This document describes version 2.1.0 of **HAST**. [Changelog »][changelog].
24+
This document may not be released. See [releases][] for released
25+
documents. The latest released version is [`2.1.0`][latest].
2526

2627
## Table of Contents
2728

@@ -363,7 +364,9 @@ Yields:
363364

364365
[logo]: https://cdn.rawgit.com/syntax-tree/hast/342f7b8/logo.svg
365366

366-
[changelog]: https://github.com/syntax-tree/hast/releases
367+
[releases]: https://github.com/syntax-tree/hast/releases
368+
369+
[latest]: https://github.com/syntax-tree/hast/releases/tag/2.1.0
367370

368371
[html-element]: https://dom.spec.whatwg.org/#interface-element
369372

0 commit comments

Comments
 (0)