Skip to content

Commit c4ac23d

Browse files
author
Robert Jackson
committed
Release 0.5.10
1 parent 1ff1350 commit c4ac23d

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## v0.5.10 (2020-10-14)
2+
3+
#### :bug: Bug Fix
4+
* [#90](https://github.com/tildeio/simple-html-tokenizer/pull/90) Add codemod mode to support `<pre>\nhi</pre>` stability in codemods. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### :house: Internal
7+
* [#92](https://github.com/tildeio/simple-html-tokenizer/pull/92) Remove TravisCI setup. ([@rwjblue](https://github.com/rwjblue))
8+
* [#91](https://github.com/tildeio/simple-html-tokenizer/pull/91) Add basic release automation. ([@rwjblue](https://github.com/rwjblue))
9+
10+
#### Committers: 1
11+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
12+
13+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-html-tokenizer",
3-
"version": "0.5.9",
3+
"version": "0.5.10",
44
"description": "Simple HTML Tokenizer is a lightweight JavaScript library that can be used to tokenize the kind of HTML normally found in templates.",
55
"keywords": [
66
"html",

0 commit comments

Comments
 (0)