Skip to content

Commit 085d92d

Browse files
chore(release): 1.23.1 [skip ci]
## [1.23.1](v1.23.0...v1.23.1) (2022-03-27) ### Bug Fixes * don't auto-focus on mobile, since it zooms the page ([5efa5a6](5efa5a6)) * fix textarea height on Safari ([375dd30](375dd30))
1 parent 03d8f94 commit 085d92d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.23.1](https://github.com/recurser/string-is/compare/v1.23.0...v1.23.1) (2022-03-27)
2+
3+
4+
### Bug Fixes
5+
6+
* don't auto-focus on mobile, since it zooms the page ([5efa5a6](https://github.com/recurser/string-is/commit/5efa5a6b290330d92fadc76d9dcbbe3e5bbdf3b7))
7+
* fix textarea height on Safari ([375dd30](https://github.com/recurser/string-is/commit/375dd3051c5d08e109b25d75cce40c0dbedfc413))
8+
19
# [1.23.0](https://github.com/recurser/string-is/compare/v1.22.0...v1.23.0) (2022-03-26)
210

311

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.23.0",
3+
"version": "1.23.1",
44
"private": true,
55
"scripts": {
66
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",

0 commit comments

Comments
 (0)