Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jul 27, 2021
1 parent d3d9d8b commit 8a290f3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## 3.0.0 (2021-07-27)

* style: after lint ([d3d9d8b](https://github.com/posthtml/posthtml-render/commit/d3d9d8b))
* style: indent ([3d1fe36](https://github.com/posthtml/posthtml-render/commit/3d1fe36))
* build: update dep dev ([332eef4](https://github.com/posthtml/posthtml-render/commit/332eef4))
* docs: update usage ([d80591f](https://github.com/posthtml/posthtml-render/commit/d80591f))
* 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)
* perf: move types to index ([7431c0f](https://github.com/posthtml/posthtml-render/commit/7431c0f))
* perf: remove trash ([fa85549](https://github.com/posthtml/posthtml-render/commit/fa85549))
* 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)



## <small>2.0.6 (2021-06-11)</small>

* 2.0.6 ([aa66af1](https://github.com/posthtml/posthtml-render/commit/aa66af1))
* style: ignore ts error ([aaab81d](https://github.com/posthtml/posthtml-render/commit/aaab81d))
* fix: incorrect detect json format ([c334ef2](https://github.com/posthtml/posthtml-render/commit/c334ef2))
* fix: is-json not declare ([85b7bec](https://github.com/posthtml/posthtml-render/commit/85b7bec))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "posthtml-render",
"version": "2.0.6",
"version": "3.0.0",
"description": "Renders PostHTML Tree to HTML/XML",
"license": "MIT",
"repository": "posthtml/posthtml-render",
Expand Down

0 comments on commit 8a290f3

Please sign in to comment.