Skip to content

Commit

Permalink
Increment package version after release of azure-service-bus (Azure#8700
Browse files Browse the repository at this point in the history
)
  • Loading branch information
azure-sdk authored May 5, 2020
1 parent 9ba92ec commit 4cfafba
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions sdk/servicebus/service-bus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 7.0.0-preview.3 (Unreleased)


## 7.0.0-preview.2 (2020-05-05)

- Fixes reconnection issues by creating a new connection object rather than re-using the existing one.
Expand Down
10 changes: 8 additions & 2 deletions sdk/servicebus/service-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@
"name": "@azure/service-bus",
"sdk-type": "client",
"author": "Microsoft Corporation",
"version": "7.0.0-preview.2",
"version": "7.0.0-preview.3",
"license": "MIT",
"description": "Azure Service Bus SDK for Node.js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": ["azure", "cloud", "service bus", "AMQP", "Azure"],
"keywords": [
"azure",
"cloud",
"service bus",
"AMQP",
"Azure"
],
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/service-bus/src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
export const packageJsonInfo = {
name: "@azure/service-bus",
version: "7.0.0-preview.2"
version: "7.0.0-preview.3"
};

/**
Expand Down

0 comments on commit 4cfafba

Please sign in to comment.