Skip to content

Commit b569e1a

Browse files
committed
0.10.0
1 parent f8ae42d commit b569e1a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

changelog.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
## 0.10.0 (2021-07-28)
2+
3+
* refactor: parse now export not default ([f8ae42d](https://github.com/posthtml/posthtml-parser/commit/f8ae42d))
4+
* perf: resolve types ([9ed9bd0](https://github.com/posthtml/posthtml-parser/commit/9ed9bd0))
5+
6+
7+
18
## <small>0.9.1 (2021-07-26)</small>
29

10+
* 0.9.1 ([a03017e](https://github.com/posthtml/posthtml-parser/commit/a03017e))
11+
* Update readme.md ([7081062](https://github.com/posthtml/posthtml-parser/commit/7081062))
312
* test: dom nest parsing issues #76 ([fdfe82e](https://github.com/posthtml/posthtml-parser/commit/fdfe82e)), closes [#76](https://github.com/posthtml/posthtml-parser/issues/76)
413
* test: remove only ([78b7fc7](https://github.com/posthtml/posthtml-parser/commit/78b7fc7))
514
* style: after prettier ([ccbfd69](https://github.com/posthtml/posthtml-parser/commit/ccbfd69))
@@ -10,7 +19,6 @@
1019
* build(deps): bump lodash from 4.17.20 to 4.17.21 ([e9b8d04](https://github.com/posthtml/posthtml-parser/commit/e9b8d04))
1120
* build(deps): bump normalize-url from 4.5.0 to 4.5.1 ([9e0d1f9](https://github.com/posthtml/posthtml-parser/commit/9e0d1f9))
1221
* perf: type for replace ([94ebb8d](https://github.com/posthtml/posthtml-parser/commit/94ebb8d))
13-
* Update readme.md ([7081062](https://github.com/posthtml/posthtml-parser/commit/7081062))
1422

1523

1624

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

0 commit comments

Comments
 (0)