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 cc4c0ca commit 995d76bCopy full SHA for 995d76b
1 file changed
JavaScript/packages/recognizers-date-time/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@microsoft/recognizers-text-date-time",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "recognizers-text provides robust recognition and resolution of date/time expressed in multiple languages.",
5
"author": "Microsoft Corp.",
6
"license": "MIT",
@@ -34,8 +34,8 @@
34
},
35
"dependencies": {
36
"lodash": "^4.17.21",
37
- "@microsoft/recognizers-text": "~1.3.0",
38
- "@microsoft/recognizers-text-number": "~1.3.0",
39
- "@microsoft/recognizers-text-number-with-unit": "~1.3.0"
+ "@microsoft/recognizers-text": "~1.3.1",
+ "@microsoft/recognizers-text-number": "~1.3.1",
+ "@microsoft/recognizers-text-number-with-unit": "~1.3.1"
40
}
41
0 commit comments