From c4ac23d30af1887943b6f6318b80a858a4dde0e0 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Wed, 14 Oct 2020 15:10:25 -0400 Subject: [PATCH] Release 0.5.10 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..81b172c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `
\nhi
` 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)) + + diff --git a/package.json b/package.json index 40783f6..0cd9b35 100644 --- a/package.json +++ b/package.json @@ -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",