Skip to content

Commit

Permalink
Version 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Jun 6, 2024
1 parent d91ec67 commit fe187a4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Change log
==========

## v1.14.2 - June 6, 2024
* In BundleTransformer.SassAndScss added support for the Dart Sass version 1.77.4

## v1.14.1 - May 30, 2024
* Fixed a error that occurred when rewriting URLs that reference SVG patterns. Special thanks to [Adrian Kuegel](https://github.com/akuegel) and [Henning D.](https://github.com/henningit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("d858d771-b511-4517-bc9a-6feb6d0c4c3e")]

[assembly: AssemblyVersion("1.14.1.0")]
[assembly: AssemblyFileVersion("1.14.1.0")]
[assembly: AssemblyVersion("1.14.2.0")]
[assembly: AssemblyFileVersion("1.14.2.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Bundle Transformer: Sass and SCSS</Product>
<VersionPrefix>1.14.0</VersionPrefix>
<VersionPrefix>1.14.2</VersionPrefix>
<TargetFramework>net40</TargetFramework>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion src/BundleTransformer.SassAndScss/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Bundle Transformer: Sass and SCSS v1.14.0
README file for Bundle Transformer: Sass and SCSS v1.14.2

--------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Bundle Transformer: Tests</Product>
<VersionPrefix>1.14.1</VersionPrefix>
<VersionPrefix>1.14.2</VersionPrefix>
<TargetFramework>net462</TargetFramework>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit fe187a4

Please sign in to comment.