Skip to content

Commit 2354c96

Browse files
chore(release): 0.0.7 (#24)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 67eb084 commit 2354c96

File tree

6 files changed

+13
-15
lines changed

6 files changed

+13
-15
lines changed

.changeset/friendly-plums-vanish.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/nine-tips-exercise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@types/jest": "^26.0.13",
88
"jest": "^26.4.2",
99
"playwright": "^1.6.2",
10-
"screen-reader-testing-library": "^0.0.6",
10+
"screen-reader-testing-library": "^0.0.7",
1111
"typescript": "^4.0.2"
1212
},
1313
"private": "true",

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "example-node",
33
"dependencies": {
44
"playwright": "^1.6.2",
5-
"screen-reader-testing-library": "^0.0.6"
5+
"screen-reader-testing-library": "^0.0.7"
66
},
77
"private": "true",
88
"version": "1.0.0"

src/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# screen-reader-testing-library
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- [`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
8+
9+
Previously installs using node 16 would fail the engines check.
10+
11+
* [`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
12+
313
## 0.0.6
414

515
### Patch Changes

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "screen-reader-testing-library",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"license": "MIT",
55
"main": "./index.js",
66
"typings": "./types/index.d.ts",

0 commit comments

Comments
 (0)