Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 1, 2020
1 parent 065226e commit 9f06bc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"description": "extensible abstract syntax tree",
"license": "cc-by-4.0",
"keywords": [],
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It implements the **[unist][]** spec.

This document may not be released.
See [releases][] for released documents.
The latest released version is [`0.0.0`][latest].
The latest released version is [`1.0.0`][latest].

## Table of Contents

Expand Down Expand Up @@ -454,7 +454,7 @@ The initial release of this project was authored by **[@wooorm][author]**.

[releases]: https:/syntax-tree/xast/releases

[latest]: https:/syntax-tree/xast/releases/tag/0.0.0
[latest]: https:/syntax-tree/xast/releases/tag/1.0.0

[dfn-unist-node]: https:/syntax-tree/unist#node

Expand Down

0 comments on commit 9f06bc6

Please sign in to comment.