Skip to content

Commit

Permalink
Increment package version after release of azure-core-http (#15733)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Jun 14, 2021
1 parent aa12ada commit 6eca5bc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions sdk/core/core-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release History

## 1.2.7 (Unreleased)

### Features Added

### Breaking Changes

### Key Bugs Fixed

### Fixed


## 1.2.6 (2021-06-14)

### Key Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/core-http",
"sdk-type": "client",
"author": "Microsoft Corporation",
"version": "1.2.6",
"version": "1.2.7",
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
"tags": [
"isomorphic",
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-http/src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const Constants = {
/**
* The core-http version
*/
coreHttpVersion: "1.2.6",
coreHttpVersion: "1.2.7",

/**
* Specifies HTTP.
Expand Down

0 comments on commit 6eca5bc

Please sign in to comment.