2.0.1 (#143)
* Retry interface implementation must exactly match fixes #141 * 2.0.1
This commit is contained in:
Родитель
7b7afb35de
Коммит
54270cca98
|
@ -1,3 +1,7 @@
|
|||
## Changes in 2.0.1
|
||||
|
||||
- Fix type issue (See #141)
|
||||
|
||||
## Changes in 2.0.0
|
||||
|
||||
- Multi-region Write support
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"database",
|
||||
"cloud"
|
||||
],
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"author": "Microsoft Corporation",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
|
|
|
@ -175,7 +175,7 @@ export const Constants = {
|
|||
CurrentVersion: "2018-06-18",
|
||||
|
||||
SDKName: "azure-cosmos-js",
|
||||
SDKVersion: "2.0.0",
|
||||
SDKVersion: "2.0.1",
|
||||
|
||||
DefaultPrecisions: {
|
||||
DefaultNumberHashPrecision: 3,
|
||||
|
|
Загрузка…
Ссылка в новой задаче