Skip to content

Commit 88475c2

Browse files
committed
0.5.3
1 parent 9631e7d commit 88475c2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
## <small>0.5.3 (2020-11-13)</small>
2+
3+
* build: down grade xo is broken ([9631e7d](https://github.com/posthtml/posthtml-parser/commit/9631e7d))
4+
* 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)
5+
6+
7+
18
## <small>0.5.2 (2020-10-30)</small>
29

10+
* 0.5.2 ([c8641cd](https://github.com/posthtml/posthtml-parser/commit/c8641cd))
311
* fix: converting html entity name, close #51 ([4a8be73](https://github.com/posthtml/posthtml-parser/commit/4a8be73)), closes [#51](https://github.com/posthtml/posthtml-parser/issues/51)
412
* test: converting html entity name, issue #51 ([6bd5975](https://github.com/posthtml/posthtml-parser/commit/6bd5975)), closes [#51](https://github.com/posthtml/posthtml-parser/issues/51)
513

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.2",
3+
"version": "0.5.3",
44
"description": "Parse HTML/XML to PostHTMLTree",
55
"keywords": [
66
"html",

0 commit comments

Comments
 (0)