Skip to content

Commit 49cca9a

Browse files
committed
1.0.0
1 parent c5a32b2 commit 49cca9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hast",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"description": "Hypertext Abstract Syntax Tree format",
66
"license": "MIT",
77
"keywords": [],

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The reason for introducing a new “virtual” DOM is primarily:
2424

2525
**HAST** is a subset of [Unist][], and implemented by [rehype][].
2626

27-
This document describes version 0.1.0 of **HAST**. [Changelog »][changelog].
27+
This document describes version 1.0.0 of **HAST**. [Changelog »][changelog].
2828

2929
## List of Utilities
3030

0 commit comments

Comments
 (0)