forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump patch version number and update changelog
- Loading branch information
Dan Schulte
committed
Nov 14, 2018
1 parent
47b2331
commit 2dcb9ba
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"email": "[email protected]", | ||
"url": "https://github.com/Azure/ms-rest-azure-js" | ||
}, | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Isomorphic Azure client runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest", | ||
"tags": [ | ||
"isomorphic", | ||
|
@@ -41,7 +41,7 @@ | |
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"@azure/ms-rest-js": "^1.1.0", | ||
"@azure/ms-rest-js": "^1.1.1", | ||
"tslib": "^1.9.2" | ||
}, | ||
"devDependencies": { | ||
|