Skip to content

Commit

Permalink
Merge pull request #705 from EmmaZhu/dependencies
Browse files Browse the repository at this point in the history
Update dependency mark to make it use more recent version automatically.
  • Loading branch information
EmmaZhu committed Dec 30, 2021
2 parents 34aabd8 + 3eaa32a commit 2571d0f
Show file tree
Hide file tree
Showing 4 changed files with 1,039 additions and 1,288 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
@@ -1,6 +1,10 @@
Note: This is an Azure Storage only package. The all up Azure node sdk still has the old storage bits in there. In a future release, those storage bits will be removed and an npm dependency to this storage node sdk will
be taken. This is a GA release and the changes described below indicate the changes from the Azure node SDK 0.9.8 available here - https://github.com/Azure/azure-sdk-for-node.

2021.12 Version 2.10.7

* Update to use more recent version of dependencies.

2021.12 Version 2.10.6

* Upgraded `validator` to 13.7.0.
Expand Down
2 changes: 1 addition & 1 deletion lib/common/util/constants.js
Expand Up @@ -37,7 +37,7 @@ var Constants = {
* @const
* @type {string}
*/
USER_AGENT_PRODUCT_VERSION: '2.10.6',
USER_AGENT_PRODUCT_VERSION: '2.10.7',

/**
* The number of default concurrent requests for parallel operation.
Expand Down

0 comments on commit 2571d0f

Please sign in to comment.