We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a32b2 commit 49cca9aCopy full SHA for 49cca9a
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "hast",
3
"private": true,
4
- "version": "0.1.0",
+ "version": "1.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 0.1.0 of **HAST**. [Changelog »][changelog].
+This document describes version 1.0.0 of **HAST**. [Changelog »][changelog].
28
29
## List of Utilities
30
0 commit comments