Skip to content

Commit

Permalink
chore(release): 0.0.7 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 24, 2021
1 parent 67eb084 commit 2354c96
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/friendly-plums-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-tips-exercise.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/jest/package.json
Expand Up @@ -7,7 +7,7 @@
"@types/jest": "^26.0.13",
"jest": "^26.4.2",
"playwright": "^1.6.2",
"screen-reader-testing-library": "^0.0.6",
"screen-reader-testing-library": "^0.0.7",
"typescript": "^4.0.2"
},
"private": "true",
Expand Down
2 changes: 1 addition & 1 deletion examples/node/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "example-node",
"dependencies": {
"playwright": "^1.6.2",
"screen-reader-testing-library": "^0.0.6"
"screen-reader-testing-library": "^0.0.7"
},
"private": "true",
"version": "1.0.0"
Expand Down
10 changes: 10 additions & 0 deletions src/CHANGELOG.md
@@ -1,5 +1,15 @@
# screen-reader-testing-library

## 0.0.7

### Patch Changes

- [`794e233`](https://github.com/eps1lon/screen-reader-testing-library/commit/794e233f78a4ac527ec3e9051668f36f25f20425) [#23](https://github.com/eps1lon/screen-reader-testing-library/pull/23) Thanks [@eps1lon](https://github.com/eps1lon)! - Add support for node 16

Previously installs using node 16 would fail the engines check.

* [`67eb084`](https://github.com/eps1lon/screen-reader-testing-library/commit/67eb0841a66497ca792b7c2edf75057ece0b0d48) [#25](https://github.com/eps1lon/screen-reader-testing-library/pull/25) Thanks [@eps1lon](https://github.com/eps1lon)! - Bump nvda to 2020.4 from 2020.3

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,6 +1,6 @@
{
"name": "screen-reader-testing-library",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"main": "./index.js",
"typings": "./types/index.d.ts",
Expand Down

0 comments on commit 2354c96

Please sign in to comment.