Skip to content

Commit cbe6419

Browse files
Increase project version to 3.3.0
1 parent c59991f commit cbe6419

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 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.3.0] - 2025-10-26
11+
1012
### Changed
1113

1214
- Upgrade Atata package reference to v3.7.0.
@@ -154,3 +156,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154156
## [1.0.0] - 2021-06-28
155157

156158
Initial version release.
159+
160+
[Unreleased]: https://github.com/atata-framework/atata-htmlvalidation/compare/v3.3.0...HEAD
161+
[3.3.0]: https://github.com/atata-framework/atata-htmlvalidation/compare/v3.2.0...v3.3.0
162+
[3.2.0]: https://github.com/atata-framework/atata-htmlvalidation/compare/v3.1.0...v3.2.0
163+
[3.1.0]: https://github.com/atata-framework/atata-htmlvalidation/compare/v3.0.0...v3.1.0

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>3.2.0</Version>
5+
<Version>3.3.0</Version>
66
<Description>
77
.NET library that adds HTML page validation to Atata using html-validate NPM package.
88

0 commit comments

Comments
 (0)