Skip to content

Commit

Permalink
bumpoed version
Browse files Browse the repository at this point in the history
  • Loading branch information
trullock committed Jan 13, 2022
1 parent 327554b commit cf24539
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## vNext (unpublished)
- Fixes bug with escaping of dollar sign in template literals

## v1.17.6 (13 January 2021)
- Fixes use of spaces instead of commas in CSS RGB values

## v1.17.5 (10 January 2022)
- Fixes bug with `\$` inside template literals

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.17.5</Version>
<Version>1.17.6</Version>
<PackageLicenseExpression></PackageLicenseExpression>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit cf24539

Please sign in to comment.