Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
trullock committed Sep 15, 2020
1 parent 6d0abea commit 1f24825
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
@@ -1,10 +1,13 @@
# Changelog

## 1.9.4
- Fixes bug with `crlf` immediately before a closing template literal

## 1.9.3 (15 September 2020)
- Fixes bug with single argument functions with a default parameter value

## 1.9.2 (9 September 2020)
- Fixes bug with `crlf` immediately before a closing template literal
- ~Fixes bug with `crlf` immediately before a closing template literal~ this wasnt properly fixed, see 1.9.4 for the real fix
- Fixes bug with `async` shortand object initializer syntax

## 1.9.1 (25 August 2020)
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.3</Version>
<Version>1.9.4</Version>
<PackageLicenseExpression></PackageLicenseExpression>
</PropertyGroup>

Expand Down

0 comments on commit 1f24825

Please sign in to comment.