Skip to content

Commit 6e263e6

Browse files
chore(release): 1.7.0 [skip ci]
# [1.7.0](v1.6.0...v1.7.0) (2022-01-17) ### Bug Fixes * add missing IconButton tooltip required for accessibility ([dcad5cd](dcad5cd)) * add missing unique key to RegexOutput elements ([9fdd9e2](9fdd9e2)) * disable TextAreas consistently ([c47748f](c47748f)) * fix unwanted exception when identifying YAML ([183beb5](183beb5)) * remove blank lines from CSV input ([868a4a7](868a4a7)) ### Features * add a copy button ([f8b1b30](f8b1b30))
1 parent 45903e9 commit 6e263e6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.7.0](https://github.com/recurser/string-is/compare/v1.6.0...v1.7.0) (2022-01-17)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing IconButton tooltip required for accessibility ([dcad5cd](https://github.com/recurser/string-is/commit/dcad5cd5aed75a535fb4f937a32a876ebefc9f4b))
7+
* add missing unique key to RegexOutput elements ([9fdd9e2](https://github.com/recurser/string-is/commit/9fdd9e2bd451c261b304b0b51ddeb0db37b146a7))
8+
* disable TextAreas consistently ([c47748f](https://github.com/recurser/string-is/commit/c47748fae5963fae5a33b4e95e18f9be4715d621))
9+
* fix unwanted exception when identifying YAML ([183beb5](https://github.com/recurser/string-is/commit/183beb565976a64a34b556d93ef1c79b6490d457))
10+
* remove blank lines from CSV input ([868a4a7](https://github.com/recurser/string-is/commit/868a4a7e959ab86cf66010d3811bea3be25ee625))
11+
12+
13+
### Features
14+
15+
* add a copy button ([f8b1b30](https://github.com/recurser/string-is/commit/f8b1b309bdd778cbec6e45addba72e1b6502462e))
16+
117
# [1.6.0](https://github.com/recurser/string-is/compare/v1.5.1...v1.6.0) (2022-01-16)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string-is",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"private": true,
55
"scripts": {
66
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",

0 commit comments

Comments
 (0)