File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed
src/Atata.Cli.HtmlValidate Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -5,27 +5,32 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.0.0] - 2022-05-10
9+
10+ - Upgrade Atata.Cli package to v2.0.0.
11+ - Upgrade Atata.Cli.Npm package to v2.0.0.
12+
813## [ 1.4.0] - 2022-03-25
914
1015### Changed
1116
12- - Upgrade ` Atata.Cli ` package to v1.4.0.
13- - Upgrade ` Atata.Cli.Npm ` package to v1.4.0.
17+ - Upgrade Atata.Cli package to v1.4.0.
18+ - Upgrade Atata.Cli.Npm package to v1.4.0.
1419
1520## [ 1.3.0] - 2021-07-23
1621
1722### Changed
1823
1924- Post process CLI output to correct encoding of "X" symbol character.
20- - Upgrade ` Atata.Cli ` package to v1.3.0.
21- - Upgrade ` Atata.Cli.Npm ` package to v1.3.0.
25+ - Upgrade Atata.Cli package to v1.3.0.
26+ - Upgrade Atata.Cli.Npm package to v1.3.0.
2227
2328## [ 1.2.0] - 2021-07-21
2429
2530### Changed
2631
27- - Upgrade ` Atata.Cli ` package to v1.2.0.
28- - Upgrade ` Atata.Cli.Npm ` package to v1.2.0.
32+ - Upgrade Atata.Cli package to v1.2.0.
33+ - Upgrade Atata.Cli.Npm package to v1.2.0.
2934
3035## Fixed
3136
@@ -35,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3540
3641### Added
3742
38- - Add ` Atata.Cli.Npm ` package v1.1.0.
43+ - Add Atata.Cli.Npm package v1.1.0.
3944
4045### Changed
4146
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Requires html-validate (https://www.npmjs.com/package/html-validate) NPM package
1616 </PropertyGroup >
1717
1818 <ItemGroup >
19- <PackageReference Include =" Atata.Cli" Version =" 2.0.0-beta.1 " />
20- <PackageReference Include =" Atata.Cli.Npm" Version =" 2.0.0-beta.1 " />
19+ <PackageReference Include =" Atata.Cli" Version =" 2.0.0" />
20+ <PackageReference Include =" Atata.Cli.Npm" Version =" 2.0.0" />
2121 </ItemGroup >
2222
2323</Project >
You can’t perform that action at this time.
0 commit comments