Skip to content

Commit

Permalink
chore(release): 4.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.2.0](v4.1.0...v4.2.0) (2021-08-29)

### Bug Fixes

* better debugging message order ([654ca7f](654ca7f))
* grammar check of consent file ([41bbf0c](41bbf0c))
* no ts-ignore ([929fc89](929fc89))
* tests fixed ([0e838a3](0e838a3))
* update tsconfig.json and fix jest mocks ([466e41b](466e41b))

### Features

* new Logic for tabbing images, videos instead screenshots (later on both by config) ([a9edf61](a9edf61))
* Scroll down if fixed elements (like header) ([36cf881](36cf881))
  • Loading branch information
semantic-release-bot committed Aug 29, 2021
1 parent f897c27 commit 20ced77
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [4.2.0](https://github.com/forsti0506/a11y-sitechecker/compare/v4.1.0...v4.2.0) (2021-08-29)


### Bug Fixes

* better debugging message order ([654ca7f](https://github.com/forsti0506/a11y-sitechecker/commit/654ca7f0a44488f2ed0ee75cac6b40d339c50b26))
* grammar check of consent file ([41bbf0c](https://github.com/forsti0506/a11y-sitechecker/commit/41bbf0ccf8a5794ebaeb036c19e2e1dd26eb70bf))
* no ts-ignore ([929fc89](https://github.com/forsti0506/a11y-sitechecker/commit/929fc89a47009ec68d572b84c60f09ee76802a6b))
* tests fixed ([0e838a3](https://github.com/forsti0506/a11y-sitechecker/commit/0e838a32f0b5ff02f8a93dbf2f4ce08e058bbb3f))
* update tsconfig.json and fix jest mocks ([466e41b](https://github.com/forsti0506/a11y-sitechecker/commit/466e41b260d987c169aea881aa95bbcde14f60a2))


### Features

* new Logic for tabbing images, videos instead screenshots (later on both by config) ([a9edf61](https://github.com/forsti0506/a11y-sitechecker/commit/a9edf6113ce4c6910adca53beaca8f8055a5d04f))
* Scroll down if fixed elements (like header) ([36cf881](https://github.com/forsti0506/a11y-sitechecker/commit/36cf8817292552caea25fd0fb4d560c1c4d3bf42))

# [4.1.0](https://github.com/forsti0506/a11y-sitechecker/compare/v4.0.0...v4.1.0) (2021-08-25)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ errors, shows the tab-order and other features.

| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://img.shields.io/badge/statements-30.83%25-red.svg) | ![Branches](https://img.shields.io/badge/branches-24.11%25-red.svg) | ![Functions](https://img.shields.io/badge/functions-24.18%25-red.svg) | ![Lines](https://img.shields.io/badge/lines-31.65%25-red.svg) |
| ![Statements](https://img.shields.io/badge/statements-34.32%25-red.svg) | ![Branches](https://img.shields.io/badge/branches-23.48%25-red.svg) | ![Functions](https://img.shields.io/badge/functions-24.72%25-red.svg) | ![Lines](https://img.shields.io/badge/lines-35.71%25-red.svg) |

### Install

Expand Down

0 comments on commit 20ced77

Please sign in to comment.