Skip to content

Commit 8b68a5e

Browse files
Increase project version to 3.2.0
1 parent 48aefd6 commit 8b68a5e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.0] - 2025-01-28
11+
1012
### Changed
1113

1214
- Upgrade Atata package reference to v3.4.0.

README.md

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

242242
### Configure default options

src/Atata.HtmlValidation/Atata.HtmlValidation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>12.0</LangVersion>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<Version>3.1.0</Version>
7+
<Version>3.2.0</Version>
88
<Description>.NET library that adds HTML page validation to Atata using html-validate NPM package.
99

1010
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)