From 698e31f2b0ec1f7c575aa607490c3e82c74f21e1 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Tue, 8 Jun 2021 12:01:06 +0300 Subject: [PATCH] 2.0.4 --- changelog.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 026310f..0833330 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ +## 2.0.4 (2021-06-08) + +* perf: engine up to 12 version ([7c430be](https://github.com/posthtml/posthtml-render/commit/7c430be)) +* fix: if tree contains empty string, close #58 ([401f5a6](https://github.com/posthtml/posthtml-render/commit/401f5a6)), closes [#58](https://github.com/posthtml/posthtml-render/issues/58) +* test: if tree exists empty string, issue #58 ([3493d4f](https://github.com/posthtml/posthtml-render/commit/3493d4f)), closes [#58](https://github.com/posthtml/posthtml-render/issues/58) + + + ## 2.0.3 (2021-06-04) +* 2.0.3 ([f5cd69d](https://github.com/posthtml/posthtml-render/commit/f5cd69d)) * 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) * 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) diff --git a/package-lock.json b/package-lock.json index 5e6dadc..6bca41e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "posthtml-render", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aa55898..2f770f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml-render", - "version": "2.0.3", + "version": "2.0.4", "description": "Renders PostHTML Tree to HTML/XML", "license": "MIT", "repository": "posthtml/posthtml-render",