Skip to content

Commit aa66af1

Browse files
committed
2.0.6
1 parent aaab81d commit aa66af1

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1+
## <small>2.0.6 (2021-06-11)</small>
2+
3+
* style: ignore ts error ([aaab81d](https://github.com/posthtml/posthtml-render/commit/aaab81d))
4+
* fix: incorrect detect json format ([c334ef2](https://github.com/posthtml/posthtml-render/commit/c334ef2))
5+
* fix: is-json not declare ([85b7bec](https://github.com/posthtml/posthtml-render/commit/85b7bec))
6+
* build: update depdev ([76c0752](https://github.com/posthtml/posthtml-render/commit/76c0752))
7+
* test: change to number with quote ([e2f6cb5](https://github.com/posthtml/posthtml-render/commit/e2f6cb5))
8+
9+
10+
111
## <small>2.0.5 (2021-06-10)</small>
212

13+
* 2.0.5 ([efc4a41](https://github.com/posthtml/posthtml-render/commit/efc4a41))
314
* test: for long test ([d019534](https://github.com/posthtml/posthtml-render/commit/d019534))
415
* test: invalid in htmlnano travis ([69d666b](https://github.com/posthtml/posthtml-render/commit/69d666b))
516
* test: more tests ([4dfa92e](https://github.com/posthtml/posthtml-render/commit/4dfa92e))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-render",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "Renders PostHTML Tree to HTML/XML",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-render",

0 commit comments

Comments
 (0)