Skip to content

Commit bdbeeab

Browse files
committed
Release 4.0.0
1 parent 273a5c5 commit bdbeeab

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [4.0.0] - 2024-01-06
6+
57
- :boom: Drop Node 16 support.
68
- :rocket: Disable `html-validate` "wcag/h63" rule by default as [it reports errors for accessible tables](https://www.w3.org/WAI/tutorials/tables/one-header/).
79
- :hammer: Update dependencies.
@@ -142,7 +144,8 @@
142144

143145
- :tada: Initial release.
144146

145-
[unreleased]: https://github.com/darekkay/evaluatory/compare/3.1.0...HEAD
147+
[unreleased]: https://github.com/darekkay/evaluatory/compare/4.0.0...HEAD
148+
[4.0.0]: https://github.com/darekkay/evaluatory/compare/3.1.0...4.0.0
146149
[3.1.0]: https://github.com/darekkay/evaluatory/compare/3.0.0...3.1.0
147150
[3.0.0]: https://github.com/darekkay/evaluatory/compare/2.3.1...3.0.0
148151
[2.3.1]: https://github.com/darekkay/evaluatory/compare/2.3.0...2.3.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "evaluatory",
33
"description": "Web page evaluation with a focus on accessibility",
4-
"version": "3.1.0",
4+
"version": "4.0.0",
55
"author": "Darek Kay <[email protected]> (https://darekkay.com/)",
66
"bin": {
77
"evaluatory": "bin/evaluatory.js"

0 commit comments

Comments
 (0)