Skip to content

Commit 15b1d6e

Browse files
author
Robert Jackson
committed
Release 0.5.11
1 parent 074f3c1 commit 15b1d6e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
## v0.5.10 (2020-10-14)
211

312
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-html-tokenizer",
3-
"version": "0.5.10",
3+
"version": "0.5.11",
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)