Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darekkay committed May 15, 2024
1 parent ea4bfc1 commit 4a1596c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [4.1.0] - 2024-05-15

- :bug: Fix issue with missing Playwright browsers.
- :hammer: Update dependencies.

Expand Down Expand Up @@ -147,7 +149,8 @@

- :tada: Initial release.

[unreleased]: https://github.com/darekkay/evaluatory/compare/4.0.0...HEAD
[unreleased]: https://github.com/darekkay/evaluatory/compare/4.1.0...HEAD
[4.1.0]: https://github.com/darekkay/evaluatory/compare/4.0.0...4.1.0
[4.0.0]: https://github.com/darekkay/evaluatory/compare/3.1.0...4.0.0
[3.1.0]: https://github.com/darekkay/evaluatory/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/darekkay/evaluatory/compare/2.3.1...3.0.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "evaluatory",
"description": "Web page evaluation with a focus on accessibility",
"version": "4.0.0",
"version": "4.1.0",
"author": "Darek Kay <[email protected]> (https://darekkay.com/)",
"bin": {
"evaluatory": "bin/evaluatory.js"
Expand Down

0 comments on commit 4a1596c

Please sign in to comment.