Skip to content

Commit 11edb9b

Browse files
committed
1.0.0
1 parent 86dad9a commit 11edb9b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

history.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
<!--lint disable no-multiple-toplevel-headings-->
44

5-
0.0.0 / 2016-06-19
5+
1.0.0 / 2016-06-19
66
==================

packages/rehype-parse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype-parse",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "HTML parser for rehype",
55
"license": "MIT",
66
"keywords": [

packages/rehype-stringify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype-stringify",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "HTML compiler for rehype",
55
"license": "MIT",
66
"keywords": [

packages/rehype/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "HTML processor powered by plugins",
55
"license": "MIT",
66
"keywords": [
@@ -15,8 +15,8 @@
1515
],
1616
"dependencies": {
1717
"html-void-elements": "^1.0.0",
18-
"rehype-parse": "^0.0.0",
19-
"rehype-stringify": "^0.0.0",
18+
"rehype-parse": "^1.0.0",
19+
"rehype-stringify": "^1.0.0",
2020
"unified": "^4.1.1"
2121
},
2222
"homepage": "https://github.com/wooorm/rehype",

0 commit comments

Comments
 (0)