Skip to content

Commit c8641cd

Browse files
committed
0.5.2
1 parent 4a8be73 commit c8641cd

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.2 (2020-10-30)</small>
2+
3+
* 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)
4+
* 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)
5+
6+
7+
18
## <small>0.5.1 (2020-10-27)</small>
29

10+
* 0.5.1 ([b6b4a8b](https://github.com/posthtml/posthtml-parser/commit/b6b4a8b))
311
* style: 2 space, close issue #33 ([cdd7dbd](https://github.com/posthtml/posthtml-parser/commit/cdd7dbd)), closes [#33](https://github.com/posthtml/posthtml-parser/issues/33)
412
* style: after lint ([23dd2a0](https://github.com/posthtml/posthtml-parser/commit/23dd2a0))
513
* build: change eslint to xo ([5233a43](https://github.com/posthtml/posthtml-parser/commit/5233a43))

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

0 commit comments

Comments
 (0)