Skip to content

Commit 23fb203

Browse files
committed
Release 2.1.0
1 parent fb9eb88 commit 23fb203

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.1.0] - 2022-01-22
6+
57
- :sparkles: Provide custom CLI config option to run checks in dark mode.
68

79
## [2.0.0] - 2022-01-22
@@ -99,7 +101,8 @@
99101

100102
- :tada: Initial release.
101103

102-
[Unreleased]: https://github.com/darekkay/evaluatory/compare/2.0.0...HEAD
104+
[Unreleased]: https://github.com/darekkay/evaluatory/compare/2.1.0...HEAD
105+
[2.1.0]: https://github.com/darekkay/evaluatory/compare/2.0.0...2.1.0
103106
[2.0.0]: https://github.com/darekkay/evaluatory/compare/1.7.1...2.0.0
104107
[1.7.1]: https://github.com/darekkay/evaluatory/compare/1.7.0...1.7.1
105108
[1.7.0]: https://github.com/darekkay/evaluatory/compare/1.6.0...1.7.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.0.0",
4+
"version": "2.1.0",
55
"author": "Darek Kay <[email protected]> (https://darekkay.com/)",
66
"bin": {
77
"evaluatory": "bin/evaluatory.js"

0 commit comments

Comments
 (0)