Skip to content

Commit

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

## 1.9.6 (1 October 2020)
- Fixes bug with Optional Chaining

## 1.9.5 (18 September 2020)
- Adds support for Optional Chaining
- ~Adds support for Optional Chaining~ This is buggy
- Adds support for Numeric Separators
- Adds support for Logical Assignment operators
- Ensures `globalThis` works properly
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.5</Version>
<Version>1.9.6</Version>
<PackageLicenseExpression></PackageLicenseExpression>
</PropertyGroup>

Expand Down

0 comments on commit 6342d94

Please sign in to comment.