Skip to content

Commit d7c71c0

Browse files
- Upgrade Atata.Cli package to v2.1.0.
- Upgrade Atata.Cli.Npm package to v2.1.0.
1 parent bcf2a5f commit d7c71c0

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

src/Atata.Cli.HtmlValidate/Atata.Cli.HtmlValidate.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)