Skip to content

Commit

Permalink
Update version to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickColley committed Nov 2, 2022
1 parent 8d89dbf commit e075bfc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 7.0.0

Update main dependencies:
- axe-core from version 4.4.1 to 4.5.1 - thanks [@jbchr](https://github.com/jbchr).
- chalk updated from version 4.1.0 to 4.1.2
- jest-matcher-utils updated from version 27.0.2 to 29.2.2

# 6.0.1

- [Fix "Not implemented: window.computedStyle(elt, pseudoElt)" errors](https://github.com/NickColley/jest-axe/pull/252/commits/48824b2400b23bf2ff11bcccd090cf868b4fd8ec).

# 6.0.0

- Update axe-core to version 4.4.1 - thanks [@dafnem1](https://github.com/dafnem1).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-axe",
"version": "6.0.1",
"version": "7.0.0",
"description": "Custom Jest matcher for aXe for testing accessibility",
"repository": "nickcolley/jest-axe",
"main": "index.js",
Expand Down

0 comments on commit e075bfc

Please sign in to comment.