Skip to content

Commit

Permalink
Version 1.12.41
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Oct 8, 2021
1 parent b2e03de commit 9b75a23
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.12.41 - October 8, 2021
* In BundleTransformer.CoffeeScript added support of the CoffeeScript version 2.6.1
* In BundleTransformer.Autoprefixer added support of the Autoprefixer version 10.3.7.0

## v1.12.40 - September 24, 2021
* In BundleTransformer.CoffeeScript added support of the CoffeeScript version 2.6.0
* In BundleTransformer.Autoprefixer added support of the Autoprefixer version 10.3.5.0
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.12.40.0")]
[assembly: AssemblyFileVersion("1.12.40.0")]
[assembly: AssemblyVersion("1.12.41.0")]
[assembly: AssemblyFileVersion("1.12.41.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.12.40</VersionPrefix>
<VersionPrefix>1.12.41</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.12.40
README file for Bundle Transformer: Autoprefixer v1.12.41

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

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

<PropertyGroup>
<Product>Bundle Transformer: CoffeeScript</Product>
<VersionPrefix>1.12.40</VersionPrefix>
<VersionPrefix>1.12.41</VersionPrefix>
<TargetFramework>net40</TargetFramework>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion src/BundleTransformer.CoffeeScript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundletransformer.coffeescript",
"version": "1.12.40",
"version": "1.12.41",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
Expand Down
2 changes: 1 addition & 1 deletion src/BundleTransformer.CoffeeScript/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Bundle Transformer: CoffeeScript v1.12.40
README file for Bundle Transformer: CoffeeScript v1.12.41

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

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

0 comments on commit 9b75a23

Please sign in to comment.