We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d19708 commit 3b17860Copy full SHA for 3b17860
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Changed
11
12
- Upgrade Atata.Cli package to v2.2.0.
13
+- Upgrade Atata.Cli.Npm package to v2.2.0.
14
15
## [2.1.0] - 2022-07-21
16
src/Atata.Cli.HtmlValidate/Atata.Cli.HtmlValidate.csproj
@@ -17,7 +17,7 @@ Requires html-validate (https://www.npmjs.com/package/html-validate) NPM package
17
18
<ItemGroup>
19
<PackageReference Include="Atata.Cli" Version="2.2.0" />
20
- <PackageReference Include="Atata.Cli.Npm" Version="2.1.0" />
+ <PackageReference Include="Atata.Cli.Npm" Version="2.2.0" />
21
</ItemGroup>
22
23
</Project>
0 commit comments