Skip to content

Commit

Permalink
chore(release): 0.0.8 (#27)
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 25, 2021
1 parent a4c2ba7 commit 7b3e0d3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .changeset/quick-goats-sniff.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.23",
"jest": "^26.4.2",
"playwright": "^1.11.1",
"screen-reader-testing-library": "^0.0.7",
"screen-reader-testing-library": "^0.0.8",
"typescript": "^4.2.4"
},
"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.11.1",
"screen-reader-testing-library": "^0.0.7"
"screen-reader-testing-library": "^0.0.8"
},
"private": "true",
"version": "1.0.0"
Expand Down
9 changes: 9 additions & 0 deletions src/CHANGELOG.md
@@ -1,5 +1,14 @@
# screen-reader-testing-library

## 0.0.8

### Patch Changes

- [#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

For example, `Choose time, selected time is ...` previously resulted in `["Choose tim"]`.
The previous speech parser only used a regular expression which cannot handle context-sensitive languages.

## 0.0.7

### 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.7",
"version": "0.0.8",
"license": "MIT",
"main": "./index.js",
"typings": "./types/index.d.ts",
Expand Down

0 comments on commit 7b3e0d3

Please sign in to comment.