Skip to content

Commit b59d962

Browse files
committed
1.3.1
1 parent acf654b commit b59d962

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
1+
## <small>1.3.1 (2021-03-12)</small>
2+
3+
* build: update dep dev ([acf654b](https://github.com/posthtml/posthtml-render/commit/acf654b))
4+
* test: Case sensitivity breaks empty elements, issue #49 ([041774c](https://github.com/posthtml/posthtml-render/commit/041774c)), closes [#49](https://github.com/posthtml/posthtml-render/issues/49)
5+
* test: Case sensitivity breaks empty elements, issue #49 ([16b00d4](https://github.com/posthtml/posthtml-render/commit/16b00d4)), closes [#49](https://github.com/posthtml/posthtml-render/issues/49)
6+
* test: quoteStyle option ([18d31c0](https://github.com/posthtml/posthtml-render/commit/18d31c0))
7+
* test: remove undefined write ([9d22fff](https://github.com/posthtml/posthtml-render/commit/9d22fff))
8+
* fix: case sensitivity breaks empty elements, close #49 ([1a87466](https://github.com/posthtml/posthtml-render/commit/1a87466)), closes [#49](https://github.com/posthtml/posthtml-render/issues/49)
9+
* docs: add quoteStyle option ([38b2b04](https://github.com/posthtml/posthtml-render/commit/38b2b04))
10+
* docs: remove unused badges ([903037c](https://github.com/posthtml/posthtml-render/commit/903037c))
11+
* feat: add type definition for quoteStyle ([3ee8d58](https://github.com/posthtml/posthtml-render/commit/3ee8d58))
12+
* feat: implement quoteStyle option ([903300f](https://github.com/posthtml/posthtml-render/commit/903300f))
13+
* Delete test.html ([0dea643](https://github.com/posthtml/posthtml-render/commit/0dea643))
14+
* Update funding.yml ([86f2c9d](https://github.com/posthtml/posthtml-render/commit/86f2c9d))
15+
16+
17+
118
## 1.3.0 (2020-11-12)
219

20+
* 1.3.0 ([334705d](https://github.com/posthtml/posthtml-render/commit/334705d))
321
* ci: package lock for ci ([4c85131](https://github.com/posthtml/posthtml-render/commit/4c85131))
422
* ci: remove windows ([34aa3c2](https://github.com/posthtml/posthtml-render/commit/34aa3c2))
523
* docs: add description for replaceQuote ([44ab8b0](https://github.com/posthtml/posthtml-render/commit/44ab8b0))

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

0 commit comments

Comments
 (0)