We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17065a2 commit d392979Copy full SHA for d392979
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.14.0](https://github.com/recurser/string-is/compare/v1.13.0...v1.14.0) (2022-02-17)
2
+
3
4
+### Features
5
6
+* make timestamp detection more robust ([1386e86](https://github.com/recurser/string-is/commit/1386e86b82213d883e1ce5a889648f598b639921))
7
8
# [1.13.0](https://github.com/recurser/string-is/compare/v1.12.0...v1.13.0) (2022-02-08)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "string-is",
- "version": "1.13.0",
+ "version": "1.14.0",
"private": true,
"scripts": {
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",
0 commit comments