Skip to content

Commit

Permalink
Version 1.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Jul 10, 2023
1 parent 32b7f2c commit 7111284
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change log
==========

## 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

## v1.13.7 - June 15, 2023
* In BundleTransformer.SassAndScss added support of the Dart Sass version 1.63.3

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.13.7.0")]
[assembly: AssemblyFileVersion("1.13.7.0")]
[assembly: AssemblyVersion("1.13.8.0")]
[assembly: AssemblyFileVersion("1.13.8.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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


--------------------------------------------------------------------------------
README file for Bundle Transformer: Autoprefixer v1.13.4
README file for Bundle Transformer: Autoprefixer v1.13.8

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

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

<PropertyGroup>
<Product>Bundle Transformer: TypeScript</Product>
<VersionPrefix>1.13.6</VersionPrefix>
<VersionPrefix>1.13.8</VersionPrefix>
<TargetFramework>net40</TargetFramework>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion src/BundleTransformer.TypeScript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundletransformer.typescript",
"version": "1.13.6",
"version": "1.13.8",
"devDependencies": {
"@babel/cli": "7.22.6",
"@babel/core": "7.22.8",
Expand Down
2 changes: 1 addition & 1 deletion src/BundleTransformer.TypeScript/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Bundle Transformer: TypeScript v1.13.6
README file for Bundle Transformer: TypeScript v1.13.8

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

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

0 comments on commit 7111284

Please sign in to comment.