Skip to content

Commit c9817b4

Browse files
committed
chore(release): 1.1.5
1 parent 2f69283 commit c9817b4

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
1-
# Change Log
1+
# Changelog
22

33
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.
44

5+
### [1.1.5](https://github.com/posthtml/posthtml-render/compare/v1.1.4...v1.1.5) (2019-05-06)
6+
7+
8+
### Bug Fixes
9+
10+
* cut out content, close [#25](https://github.com/posthtml/posthtml-render/issues/25) ([03acfa8](https://github.com/posthtml/posthtml-render/commit/03acfa8))
11+
12+
13+
### Build System
14+
15+
* add lint pretest ([bece65d](https://github.com/posthtml/posthtml-render/commit/bece65d))
16+
* update depDev ([f6a6b85](https://github.com/posthtml/posthtml-render/commit/f6a6b85))
17+
18+
19+
### Tests
20+
21+
* fail with options closingSingleTag slash, [#25](https://github.com/posthtml/posthtml-render/issues/25) ([8be0ded](https://github.com/posthtml/posthtml-render/commit/8be0ded))
22+
23+
24+
525
<a name="1.1.4"></a>
626
## [1.1.4](https://github.com/posthtml/posthtml-render/compare/v1.1.3...v1.1.4) (2018-05-11)
727

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "posthtml-render",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Renders PostHTML Tree to HTML/XML",
55
"author": "Ivan Voischev <voischev.ivan@ya.ru>",
66
"license": "MIT",
77
"main": "lib/index.js",
88
"engines": {
9-
"node": ">=6"
9+
"node": ">=6"
1010
},
1111
"files": [
1212
"lib"

0 commit comments

Comments
 (0)