Skip to content

Commit 7b3e0d3

Browse files
chore(release): 0.0.8 (#27)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a4c2ba7 commit 7b3e0d3

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

.changeset/quick-goats-sniff.md

Lines changed: 0 additions & 8 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.23",
88
"jest": "^26.4.2",
99
"playwright": "^1.11.1",
10-
"screen-reader-testing-library": "^0.0.7",
10+
"screen-reader-testing-library": "^0.0.8",
1111
"typescript": "^4.2.4"
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.11.1",
5-
"screen-reader-testing-library": "^0.0.7"
5+
"screen-reader-testing-library": "^0.0.8"
66
},
77
"private": "true",
88
"version": "1.0.0"

src/CHANGELOG.md

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

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- [#26](https://github.com/eps1lon/screen-reader-testing-library/pull/26) [`2c39190`](https://github.com/eps1lon/screen-reader-testing-library/commit/2c39190becbad65891fac4ecae43b2b6cffd82c8) Thanks [@eps1lon](https://github.com/eps1lon)! - Speech containing a comma is no longer truncated
8+
9+
For example, `Choose time, selected time is ...` previously resulted in `["Choose tim"]`.
10+
The previous speech parser only used a regular expression which cannot handle context-sensitive languages.
11+
312
## 0.0.7
413

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

0 commit comments

Comments
 (0)