Skip to content

Commit 30e72a9

Browse files
committed
2.0.0
1 parent 900680c commit 30e72a9

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

history.md

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

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

5+
2.0.0 / 2016-07-26
6+
==================
7+
8+
* Refactor code-style to use `xo` ([`a6cceff`](https://github.com/wooorm/rehype/commit/a6cceff))
9+
* Replace `htmlparser2` with `parse5` ([`e76fde3`](https://github.com/wooorm/rehype/commit/e76fde3))
10+
511
1.0.0 / 2016-06-19
612
==================

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": "1.0.0",
3+
"version": "2.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": "1.0.0",
3+
"version": "2.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": "1.0.0",
3+
"version": "2.0.0",
44
"description": "HTML processor powered by plugins",
55
"license": "MIT",
66
"keywords": [
@@ -14,8 +14,8 @@
1414
"process"
1515
],
1616
"dependencies": {
17-
"rehype-parse": "^1.0.0",
18-
"rehype-stringify": "^1.0.0",
17+
"rehype-parse": "^2.0.0",
18+
"rehype-stringify": "^2.0.0",
1919
"unified": "^4.1.1"
2020
},
2121
"homepage": "https://github.com/wooorm/rehype",

0 commit comments

Comments
 (0)