Skip to content

Commit 5a63bdd

Browse files
committed
0.12.0
1 parent 18f3949 commit 5a63bdd

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

changelog.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1+
## 0.12.0 (2023-10-25)
2+
3+
* style: add prettier config ([40020ea](https://github.com/posthtml/posthtml-parser/commit/40020ea))
4+
* style: after lint ([4a25b30](https://github.com/posthtml/posthtml-parser/commit/4a25b30))
5+
* style: format ts ([18f3949](https://github.com/posthtml/posthtml-parser/commit/18f3949))
6+
* style: format ts ([b98a3e0](https://github.com/posthtml/posthtml-parser/commit/b98a3e0))
7+
* style: xo to eslint & updat edep dev & update husky ([016c1ec](https://github.com/posthtml/posthtml-parser/commit/016c1ec))
8+
* perf: drop support old nodejs ([6284a1d](https://github.com/posthtml/posthtml-parser/commit/6284a1d))
9+
* build: remove clinton ([1aca332](https://github.com/posthtml/posthtml-parser/commit/1aca332))
10+
* build: remove clinton config ([33961ca](https://github.com/posthtml/posthtml-parser/commit/33961ca))
11+
* build: remove unuset pkg ([6931aee](https://github.com/posthtml/posthtml-parser/commit/6931aee))
12+
* test: migrate to vitest ([b41b243](https://github.com/posthtml/posthtml-parser/commit/b41b243))
13+
14+
15+
116
## 0.11.0 (2022-02-25)
217

18+
* 0.11.0 ([0db4129](https://github.com/posthtml/posthtml-parser/commit/0db4129))
319
* build: update deps ([d1cdcc6](https://github.com/posthtml/posthtml-parser/commit/d1cdcc6))
420
* test: add tests for `recognizeNoValueAttribute` option ([a2a2aa3](https://github.com/posthtml/posthtml-parser/commit/a2a2aa3))
521
* docs: add description for `recognizeNoValueAttribute` option ([f9b165d](https://github.com/posthtml/posthtml-parser/commit/f9b165d))

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

0 commit comments

Comments
 (0)