## v0.5.11 (2021-02-03)

#### :rocket: Enhancement
* [#71](https://github.com/tildeio/simple-html-tokenizer/pull/71) Add support for parsing `<!DOCTYPE html>` ([@rwjblue](https://github.com/rwjblue))

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


## 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))


