Skip to content

Commit

Permalink
bumped version to 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trullock committed Feb 5, 2024
1 parent e3d1e8b commit fd2b43f
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,6 +1,9 @@
# Changelog

## V1.21.3 (04 February 2023)
## v1.21.4 (05 February 2024)
- Fixes NullReferenceException when parsing object literal with computed property name expression starting with (

## v1.21.3 (04 February 2024)
- Fixed bug with escaped css identifiers

## v1.21.2 (16 December 2023)
Expand Down
2 changes: 1 addition & 1 deletion src/NUglify/NUglify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/trullock/NUglify</RepositoryUrl>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
<Version>1.21.3</Version>
<Version>1.21.4</Version>
<PackageLicenseExpression></PackageLicenseExpression>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit fd2b43f

Please sign in to comment.