Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
trullock committed Dec 28, 2020
1 parent 65af79c commit 4145c27
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,7 +1,10 @@
# Changelog

## vNext (unpublished)

## v1.11.7 (28 December 2020)
- Fixes but methods called `set` or `get` on classes
- Fixed bug with `for(let x in y)` and `for([x] of y)` and scope lookup crunching

## v1.11.6 (28 December 2020)
- Fixes tagged 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.11.6</Version>
<Version>1.11.7</Version>
<PackageLicenseExpression></PackageLicenseExpression>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 4145c27

Please sign in to comment.