Skip to content

Commit

Permalink
bumped version to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trullock committed Sep 9, 2020
1 parent e8354d6 commit 0a4dd5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/NUglify/NUglify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/trullock/NUglify</RepositoryUrl>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<PackageLicenseExpression></PackageLicenseExpression>
</PropertyGroup>

Expand Down

0 comments on commit 0a4dd5e

Please sign in to comment.