Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
trullock committed Oct 13, 2020
1 parent a024418 commit cc45845
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
@@ -1,5 +1,8 @@
# Changelog

## 1.9.8 (13 October 2020)
- Fixes bug with dynamic import expressions

## 1.9.7 (7 October 2020)
- Fixes bug with single-lined blocks with a lexical declaration
- Fixes bug with arrow functions returning && and || logical BinaryExpressions
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.7</Version>
<Version>1.9.8</Version>
<PackageLicenseExpression></PackageLicenseExpression>
</PropertyGroup>

Expand Down

0 comments on commit cc45845

Please sign in to comment.