Skip to content

Commit a03017e

Browse files
committed
0.9.1
1 parent 78b7fc7 commit a03017e

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

changelog.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1+
## <small>0.9.1 (2021-07-26)</small>
2+
3+
* 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)
4+
* test: remove only ([78b7fc7](https://github.com/posthtml/posthtml-parser/commit/78b7fc7))
5+
* style: after prettier ([ccbfd69](https://github.com/posthtml/posthtml-parser/commit/ccbfd69))
6+
* style: after prettier ([72f2092](https://github.com/posthtml/posthtml-parser/commit/72f2092))
7+
* build: set object-curly-spacing always ([47dceb6](https://github.com/posthtml/posthtml-parser/commit/47dceb6))
8+
* build(deps): bump handlebars from 4.7.6 to 4.7.7 ([e6bc6cd](https://github.com/posthtml/posthtml-parser/commit/e6bc6cd))
9+
* build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 ([2137591](https://github.com/posthtml/posthtml-parser/commit/2137591))
10+
* build(deps): bump lodash from 4.17.20 to 4.17.21 ([e9b8d04](https://github.com/posthtml/posthtml-parser/commit/e9b8d04))
11+
* build(deps): bump normalize-url from 4.5.0 to 4.5.1 ([9e0d1f9](https://github.com/posthtml/posthtml-parser/commit/9e0d1f9))
12+
* 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))
14+
15+
16+
117
## 0.9.0 (2021-05-11)
218

19+
* 0.9.0 ([d725e83](https://github.com/posthtml/posthtml-parser/commit/d725e83))
320
* Add description to docs ([d61007b](https://github.com/posthtml/posthtml-parser/commit/d61007b))
421
* Move location tracker to a separate file and refactor into class ([7d6f76b](https://github.com/posthtml/posthtml-parser/commit/7d6f76b))
522
* feat: add optional support for source locations ([6faf50d](https://github.com/posthtml/posthtml-parser/commit/6faf50d))

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

0 commit comments

Comments
 (0)