Skip to content

Commit

Permalink
Release 0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 14, 2020
1 parent 1ff1350 commit c4ac23d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## v0.5.10 (2020-10-14)

#### :bug: Bug Fix
* [#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))

#### :house: Internal
* [#92](https://github.com/tildeio/simple-html-tokenizer/pull/92) Remove TravisCI setup. ([@rwjblue](https://github.com/rwjblue))
* [#91](https://github.com/tildeio/simple-html-tokenizer/pull/91) Add basic release automation. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-html-tokenizer",
"version": "0.5.9",
"version": "0.5.10",
"description": "Simple HTML Tokenizer is a lightweight JavaScript library that can be used to tokenize the kind of HTML normally found in templates.",
"keywords": [
"html",
Expand Down

0 comments on commit c4ac23d

Please sign in to comment.