Skip to content

Commit cf98487

Browse files
committed
0.6.0
1 parent 58258b4 commit cf98487

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
## 0.6.0 (2020-11-13)
2+
3+
* refactor: update htmlparser2 to version 5 ([58258b4](https://github.com/posthtml/posthtml-parser/commit/58258b4))
4+
5+
6+
17
## <small>0.5.3 (2020-11-13)</small>
28

9+
* 0.5.3 ([88475c2](https://github.com/posthtml/posthtml-parser/commit/88475c2))
310
* build: down grade xo is broken ([9631e7d](https://github.com/posthtml/posthtml-parser/commit/9631e7d))
411
* fix: downgrade htmlpareser2 to 3* version, issue #53 ([7353f6b](https://github.com/posthtml/posthtml-parser/commit/7353f6b)), closes [#53](https://github.com/posthtml/posthtml-parser/issues/53)
512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-parser",
3-
"version": "0.5.3",
3+
"version": "0.6.0",
44
"description": "Parse HTML/XML to PostHTMLTree",
55
"keywords": [
66
"html",

0 commit comments

Comments
 (0)