Skip to content

Commit 1b2d161

Browse files
Upgrade Atata.Cli.Npm package to v1.2.0
1 parent 4dd2da1 commit 1b2d161

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
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 v1.2.0.
13+
- Upgrade `Atata.Cli.Npm` package to v1.2.0.
1314

1415
## [1.1.0] - 2021-07-13
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="1.2.0" />
20-
<PackageReference Include="Atata.Cli.Npm" Version="1.1.0" />
20+
<PackageReference Include="Atata.Cli.Npm" Version="1.2.0" />
2121
</ItemGroup>
2222

2323
</Project>

test/Atata.Cli.HtmlValidate.IntegrationTests/Atata.Cli.HtmlValidate.IntegrationTests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<ItemGroup>
88
<PackageReference Include="Atata" Version="1.11.2" />
9-
<PackageReference Include="Atata.Cli.Npm" Version="1.1.0" />
109
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
1110
<PackageReference Include="NUnit" Version="3.13.2" />
1211
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" />

0 commit comments

Comments
 (0)