Skip to content

Commit

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

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

## v1.17.4
- Skipped due to deployment error

## v1.17.3 (17 December 2021)
- Fixes bug with escape characters in 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.4</Version>
<Version>1.17.5</Version>
<PackageLicenseExpression></PackageLicenseExpression>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 9e2ee25

Please sign in to comment.