Skip to content

Commit 7afe1fa

Browse files
- Upgrade Atata.Cli package to v2.0.0.
- Upgrade Atata.Cli.Npm package to v2.0.0.
1 parent f619f99 commit 7afe1fa

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,32 @@ 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.0.0] - 2022-05-10
9+
10+
- Upgrade Atata.Cli package to v2.0.0.
11+
- Upgrade Atata.Cli.Npm package to v2.0.0.
12+
813
## [1.4.0] - 2022-03-25
914

1015
### Changed
1116

12-
- Upgrade `Atata.Cli` package to v1.4.0.
13-
- Upgrade `Atata.Cli.Npm` package to v1.4.0.
17+
- Upgrade Atata.Cli package to v1.4.0.
18+
- Upgrade Atata.Cli.Npm package to v1.4.0.
1419

1520
## [1.3.0] - 2021-07-23
1621

1722
### Changed
1823

1924
- Post process CLI output to correct encoding of "X" symbol character.
20-
- Upgrade `Atata.Cli` package to v1.3.0.
21-
- Upgrade `Atata.Cli.Npm` package to v1.3.0.
25+
- Upgrade Atata.Cli package to v1.3.0.
26+
- Upgrade Atata.Cli.Npm package to v1.3.0.
2227

2328
## [1.2.0] - 2021-07-21
2429

2530
### Changed
2631

27-
- Upgrade `Atata.Cli` package to v1.2.0.
28-
- Upgrade `Atata.Cli.Npm` package to v1.2.0.
32+
- Upgrade Atata.Cli package to v1.2.0.
33+
- Upgrade Atata.Cli.Npm package to v1.2.0.
2934

3035
## Fixed
3136

@@ -35,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3540

3641
### Added
3742

38-
- Add `Atata.Cli.Npm` package v1.1.0.
43+
- Add Atata.Cli.Npm package v1.1.0.
3944

4045
### Changed
4146

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-beta.1" />
20-
<PackageReference Include="Atata.Cli.Npm" Version="2.0.0-beta.1" />
19+
<PackageReference Include="Atata.Cli" Version="2.0.0" />
20+
<PackageReference Include="Atata.Cli.Npm" Version="2.0.0" />
2121
</ItemGroup>
2222

2323
</Project>

0 commit comments

Comments
 (0)