Skip to content

Commit 9430834

Browse files
chore(release): 1.34.9 [skip ci]
## [1.34.9](v1.34.8...v1.34.9) (2023-01-18) ### Bug Fixes * make the TimestampInput more robust against false positives ([d7d6305](d7d6305)) ### Dependencies * bump evergreen-ui from 6.13.3 to 7.0.0 ([32fd708](32fd708)) * bump prettier from 2.8.2 to 2.8.3 ([d7a891c](d7a891c)) * bump sql-formatter from 12.0.4 to 12.0.5 ([edb7172](edb7172))
1 parent 93df631 commit 9430834

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.34.9](https://github.com/recurser/string-is/compare/v1.34.8...v1.34.9) (2023-01-18)
2+
3+
4+
### Bug Fixes
5+
6+
* make the TimestampInput more robust against false positives ([d7d6305](https://github.com/recurser/string-is/commit/d7d6305dcecff9dfadfb2522750ae497b3c8329c))
7+
8+
9+
### Dependencies
10+
11+
* bump evergreen-ui from 6.13.3 to 7.0.0 ([32fd708](https://github.com/recurser/string-is/commit/32fd708a3a8888c84c33af3949f75cd9843d9357))
12+
* bump prettier from 2.8.2 to 2.8.3 ([d7a891c](https://github.com/recurser/string-is/commit/d7a891cb7842ea4d0a9517e3ec07a0c1b130e05b))
13+
* bump sql-formatter from 12.0.4 to 12.0.5 ([edb7172](https://github.com/recurser/string-is/commit/edb7172641b3c45f659f10e6f7925a294a99c1c4))
14+
115
## [1.34.8](https://github.com/recurser/string-is/compare/v1.34.7...v1.34.8) (2023-01-10)
216

317

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

0 commit comments

Comments
 (0)