diff --git a/changelog.md b/changelog.md index e6cab012..e4f0e727 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 1.9.2 (9 September 2020) +- Fixes bug with `crlf` immediately before a closing template literal +- Fixes bug with `async` shortand object initializer syntax + ## 1.9.1 (25 August 2020) - Improves handling of rogue closing tags in HTML, manifesting at least in how HtmlToText behaves. There shouldn't be any regressions but we've gone up a minor revision just in case. diff --git a/src/NUglify/NUglify.csproj b/src/NUglify/NUglify.csproj index e3899665..96250ac0 100644 --- a/src/NUglify/NUglify.csproj +++ b/src/NUglify/NUglify.csproj @@ -17,7 +17,7 @@ git git://github.com/trullock/NUglify 1.6.0 - 1.9.1 + 1.9.2