We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af086dc commit 370291aCopy full SHA for 370291a
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "hast",
3
"private": true,
4
- "version": "1.0.0",
+ "version": "2.0.0",
5
"description": "Hypertext Abstract Syntax Tree format",
6
"license": "MIT",
7
"keywords": [],
readme.md
@@ -24,7 +24,7 @@ The reason for introducing a new “virtual” DOM is primarily:
24
25
**HAST** is a subset of [Unist][], and implemented by [rehype][].
26
27
-This document describes version 1.0.0 of **HAST**. [Changelog »][changelog].
+This document describes version 2.0.0 of **HAST**. [Changelog »][changelog].
28
29
## Table of Contents
30
0 commit comments