Skip to content

Commit

Permalink
Version 1.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Jul 27, 2023
1 parent 2424461 commit e8d4de4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 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.13.9 - July 27, 2023
* In BundleTransformer.SassAndScss added support for the Dart Sass version 1.64.1

## v1.13.8 - July 10, 2023
* In BundleTransformer.TypeScript added support of the TypeScript version 5.1.6
* In BundleTransformer.Autoprefixer was updated the Autoprefixer Host to version 3.0.29
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "7.0.304"
"version": "7.0.306"
}
}
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.13.8.0")]
[assembly: AssemblyFileVersion("1.13.8.0")]
[assembly: AssemblyVersion("1.13.9.0")]
[assembly: AssemblyFileVersion("1.13.9.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.13.7</VersionPrefix>
<VersionPrefix>1.13.9</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.13.7
README file for Bundle Transformer: Sass and SCSS v1.13.9

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

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.13.8</VersionPrefix>
<VersionPrefix>1.13.9</VersionPrefix>
<TargetFramework>net452</TargetFramework>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit e8d4de4

Please sign in to comment.