Skip to content

Commit d778a94

Browse files
Increase project version to 2.2.0
1 parent 1d35fec commit d778a94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [Unreleased]
8+
## [2.2.0] - 2022-10-04
99

1010
### Changed
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Mostly, you can create standard `.htmlvalidate.json` file in the root of a test
239239
- **`string HtmlValidatePackageVersion`**\
240240
Gets or sets the required version of "html-validate" NPM package.
241241
The required version will be installed if "html-validate" package is not installed or the installed version differs from the required one.
242-
The default value is `"7.1.2"`.
242+
The default value is `"7.5.0"`.
243243
Set `null` to disable the version check and use any pre-installed version.
244244

245245
### Configure Default Options

src/Atata.HtmlValidation/Atata.HtmlValidation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>2.1.0</Version>
5+
<Version>2.2.0</Version>
66
<Description>.NET library that adds HTML page validation to Atata using html-validate NPM package.
77

88
The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.

0 commit comments

Comments
 (0)