We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074f3c1 commit 15b1d6eCopy full SHA for 15b1d6e
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v0.5.11 (2021-02-03)
2
+
3
+#### :rocket: Enhancement
4
+* [#71](https://github.com/tildeio/simple-html-tokenizer/pull/71) Add support for parsing `<!DOCTYPE html>` ([@rwjblue](https://github.com/rwjblue))
5
6
+#### Committers: 1
7
+- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
8
9
10
## v0.5.10 (2020-10-14)
11
12
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
{
"name": "simple-html-tokenizer",
- "version": "0.5.10",
+ "version": "0.5.11",
"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",
0 commit comments