Skip to content

Commit bcbdc60

Browse files
committed
2.0.2
1 parent a6764cf commit bcbdc60

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.2 (2021-06-03)</small>
2+
3+
* fix: concate single tag ([a6764cf](https://github.com/posthtml/posthtml-render/commit/a6764cf))
4+
* test: fix only one test ([60f598d](https://github.com/posthtml/posthtml-render/commit/60f598d))
5+
6+
7+
18
## <small>2.0.1 (2021-05-24)</small>
29

10+
* 2.0.1 ([feb426c](https://github.com/posthtml/posthtml-render/commit/feb426c))
311
* ci: drop support old node ([810c46c](https://github.com/posthtml/posthtml-render/commit/810c46c))
412
* ci: lock ([3c894d6](https://github.com/posthtml/posthtml-render/commit/3c894d6))
513
* build: add prepare script, close #53 ([dbc9b47](https://github.com/posthtml/posthtml-render/commit/dbc9b47)), closes [#53](https://github.com/posthtml/posthtml-render/issues/53)

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

0 commit comments

Comments
 (0)