Skip to content

Commit 3b17860

Browse files
Upgrade Atata.Cli.Npm package to v2.2.0
1 parent 6d19708 commit 3b17860

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Upgrade Atata.Cli package to v2.2.0.
13+
- Upgrade Atata.Cli.Npm package to v2.2.0.
1314

1415
## [2.1.0] - 2022-07-21
1516

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Requires html-validate (https://www.npmjs.com/package/html-validate) NPM package
1717

1818
<ItemGroup>
1919
<PackageReference Include="Atata.Cli" Version="2.2.0" />
20-
<PackageReference Include="Atata.Cli.Npm" Version="2.1.0" />
20+
<PackageReference Include="Atata.Cli.Npm" Version="2.2.0" />
2121
</ItemGroup>
2222

2323
</Project>

0 commit comments

Comments
 (0)