Skip to content

Commit 8dde2ed

Browse files
committed
Release 2.2.0
1 parent bc692b5 commit 8dde2ed

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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+
## [2.2.0] - 2022-05-07
6+
57
- :sparkles: Add new `base` module.
68
- :sparkles: Check for horizontal content overflows (`base` module).
79

@@ -112,7 +114,8 @@
112114

113115
- :tada: Initial release.
114116

115-
[Unreleased]: https://github.com/darekkay/evaluatory/compare/2.1.2...HEAD
117+
[Unreleased]: https://github.com/darekkay/evaluatory/compare/2.2.0...HEAD
118+
[2.2.0]: https://github.com/darekkay/evaluatory/compare/2.1.2...2.2.0
116119
[2.1.2]: https://github.com/darekkay/evaluatory/compare/2.1.1...2.1.2
117120
[2.1.1]: https://github.com/darekkay/evaluatory/compare/2.1.0...2.1.1
118121
[2.1.0]: https://github.com/darekkay/evaluatory/compare/2.0.0...2.1.0

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": "2.1.2",
4+
"version": "2.2.0",
55
"author": "Darek Kay <[email protected]> (https://darekkay.com/)",
66
"bin": {
77
"evaluatory": "bin/evaluatory.js"

0 commit comments

Comments
 (0)