Skip to content

Commit

Permalink
chore(release): 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Apr 4, 2018
1 parent f958292 commit bbc4e73
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.1.3"></a>
## [1.1.3](https://github.com/posthtml/posthtml-render/compare/v1.1.2...v1.1.3) (2018-04-04)


### Bug Fixes

* **lib/index:** don't handle `<component>` as self-closing tag ([f958292](https://github.com/posthtml/posthtml-render/commit/f958292))
* **lib/index:** don't handle `<component>` as self-closing tag ([c48a2e2](https://github.com/posthtml/posthtml-render/commit/c48a2e2))



<a name="1.1.2"></a>
## [1.1.2](https://github.com/posthtml/posthtml-render/compare/v1.1.1...v1.1.2) (2018-03-20)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "posthtml-render",
"version": "1.1.2",
"version": "1.1.3",
"description": "Renders PostHTML Tree to HTML/XML",
"author": "Ivan Voischev <voischev.ivan@ya.ru>",
"license": "MIT",
Expand Down

0 comments on commit bbc4e73

Please sign in to comment.