File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
src/Atata.Cli.HtmlValidate Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,17 @@ 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.1.0] - 2022-07-21
9+
10+ ### Changed
11+
12+ - Upgrade Atata.Cli package to v2.1.0.
13+ - Upgrade Atata.Cli.Npm package to v2.1.0.
14+
815## [ 2.0.0] - 2022-05-10
916
17+ ### Changed
18+
1019- Upgrade Atata.Cli package to v2.0.0.
1120- Upgrade Atata.Cli.Npm package to v2.0.0.
1221
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" />
20- <PackageReference Include =" Atata.Cli.Npm" Version =" 2.0 .0" />
19+ <PackageReference Include =" Atata.Cli" Version =" 2.1 .0" />
20+ <PackageReference Include =" Atata.Cli.Npm" Version =" 2.1 .0" />
2121 </ItemGroup >
2222
2323</Project >
You can’t perform that action at this time.
0 commit comments