Skip to content

Commit 8a290f3

Browse files
committed
3.0.0
1 parent d3d9d8b commit 8a290f3

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1+
## 3.0.0 (2021-07-27)
2+
3+
* style: after lint ([d3d9d8b](https://github.com/posthtml/posthtml-render/commit/d3d9d8b))
4+
* style: indent ([3d1fe36](https://github.com/posthtml/posthtml-render/commit/3d1fe36))
5+
* build: update dep dev ([332eef4](https://github.com/posthtml/posthtml-render/commit/332eef4))
6+
* docs: update usage ([d80591f](https://github.com/posthtml/posthtml-render/commit/d80591f))
7+
* refactor: export as not default render, close #63 ([f45d8ed](https://github.com/posthtml/posthtml-render/commit/f45d8ed)), closes [#63](https://github.com/posthtml/posthtml-render/issues/63)
8+
* perf: move types to index ([7431c0f](https://github.com/posthtml/posthtml-render/commit/7431c0f))
9+
* perf: remove trash ([fa85549](https://github.com/posthtml/posthtml-render/commit/fa85549))
10+
* fix: referenced incorrectly in package.json close #62 ([d0bd697](https://github.com/posthtml/posthtml-render/commit/d0bd697)), closes [#62](https://github.com/posthtml/posthtml-render/issues/62)
11+
12+
13+
114
## <small>2.0.6 (2021-06-11)</small>
215

16+
* 2.0.6 ([aa66af1](https://github.com/posthtml/posthtml-render/commit/aa66af1))
317
* style: ignore ts error ([aaab81d](https://github.com/posthtml/posthtml-render/commit/aaab81d))
418
* fix: incorrect detect json format ([c334ef2](https://github.com/posthtml/posthtml-render/commit/c334ef2))
519
* fix: is-json not declare ([85b7bec](https://github.com/posthtml/posthtml-render/commit/85b7bec))

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

0 commit comments

Comments
 (0)