Skip to content

Commit f5cd69d

Browse files
committed
2.0.3
1 parent 95bad06 commit f5cd69d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
## <small>2.0.3 (2021-06-04)</small>
2+
3+
* test: if in content has empty array, issue #56 ([95bad06](https://github.com/posthtml/posthtml-render/commit/95bad06)), closes [#56](https://github.com/posthtml/posthtml-render/issues/56)
4+
* fix: if in content has empty array, close #56 ([892d602](https://github.com/posthtml/posthtml-render/commit/892d602)), closes [#56](https://github.com/posthtml/posthtml-render/issues/56)
5+
6+
7+
18
## <small>2.0.2 (2021-06-03)</small>
29

10+
* 2.0.2 ([bcbdc60](https://github.com/posthtml/posthtml-render/commit/bcbdc60))
311
* fix: concate single tag ([a6764cf](https://github.com/posthtml/posthtml-render/commit/a6764cf))
412
* test: fix only one test ([60f598d](https://github.com/posthtml/posthtml-render/commit/60f598d))
513

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.2",
3+
"version": "2.0.3",
44
"description": "Renders PostHTML Tree to HTML/XML",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-render",

0 commit comments

Comments
 (0)