Skip to content

Commit 67a337b

Browse files
committed
0.8.1
1 parent 58c6740 commit 67a337b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
## <small>0.8.1 (2021-05-05)</small>
2+
3+
* ci: add node 16 ([58c6740](https://github.com/posthtml/posthtml-parser/commit/58c6740))
4+
* perf: types content ([e9f59a2](https://github.com/posthtml/posthtml-parser/commit/e9f59a2))
5+
* perf: types content ([87b2a82](https://github.com/posthtml/posthtml-parser/commit/87b2a82))
6+
7+
8+
19
## 0.8.0 (2021-04-16)
210

11+
* 0.8.0 ([9676edd](https://github.com/posthtml/posthtml-parser/commit/9676edd))
312
* ci: drop support for node 10 (found not to be working) ([585d552](https://github.com/posthtml/posthtml-parser/commit/585d552))
413
* build: add prepare script ([1dc46fc](https://github.com/posthtml/posthtml-parser/commit/1dc46fc))
514

package-lock.json

+1-1
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.8.0",
3+
"version": "0.8.1",
44
"description": "Parse HTML/XML to PostHTMLTree",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-parser",

0 commit comments

Comments
 (0)