Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darekkay committed Nov 23, 2020
1 parent 7f44929 commit 3714669
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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]

## [1.2.0] - 2020-11-23

- :rocket: Ignore invalid colors.
- :rocket: Don't calculate unnecessary contrast ratios.
- :rocket: Display the mean contrast ratio of a color palette.
Expand All @@ -17,6 +19,7 @@

- :tada: Initial release.

[Unreleased]: https://github.com/darekkay/a11y-contrast/compare/1.1.0...HEAD
[Unreleased]: https://github.com/darekkay/a11y-contrast/compare/1.2.0...HEAD
[1.2.0]: https://github.com/darekkay/a11y-contrast/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/darekkay/a11y-contrast/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/darekkay/a11y-contrast/releases/tag/1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "a11y-contrast",
"description": "Create a color palette report",
"version": "1.1.0",
"version": "1.2.0",
"author": "Darek Kay <[email protected]> (https://darekkay.com/)",
"bin": {
"a11y-contrast": "bin/a11y-contrast.js"
Expand Down

0 comments on commit 3714669

Please sign in to comment.