Skip to content

Commit 82c0d4a

Browse files
Version Packages (#15)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b3de3b0 commit 82c0d4a

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

.changeset/proud-pumas-smell.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.3",
10+
"screen-reader-testing-library": "^0.0.4",
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.3"
5+
"screen-reader-testing-library": "^0.0.4"
66
},
77
"private": "true",
88
"version": "1.0.0"

src/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# screen-reader-testing-library
2+
3+
## 0.0.4
4+
### Patch Changes
5+
6+
7+
8+
- [`8947f5b`](https://github.com/eps1lon/screen-reader-testing-library/commit/8947f5b34a2f5511143efa5d0cea6b429413fc16) [#13](https://github.com/eps1lon/screen-reader-testing-library/pull/13) Thanks [@eps1lon](https://github.com/eps1lon)! - Add TypeScript types

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.3",
3+
"version": "0.0.4",
44
"license": "MIT",
55
"main": "./index.js",
66
"typings": "./types/index.d.ts",

0 commit comments

Comments
 (0)