Skip to content

Commit

Permalink
2.0.1 (Azure#143)
Browse files Browse the repository at this point in the history
* Retry interface implementation must exactly match

fixes Azure#141

* 2.0.1
  • Loading branch information
Christopher Anderson authored Sep 25, 2018
1 parent 7b7afb3 commit 54270cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Changes in 2.0.1

- Fix type issue (See #141)

## Changes in 2.0.0

- Multi-region Write support
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 54270cc

Please sign in to comment.