Skip to content

Commit 6eca5bc

Browse files
authored
Increment package version after release of azure-core-http (Azure#15733)
1 parent aa12ada commit 6eca5bc

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

sdk/core/core-http/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release History
22

3+
## 1.2.7 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Key Bugs Fixed
10+
11+
### Fixed
12+
13+
314
## 1.2.6 (2021-06-14)
415

516
### Key Bugs Fixed

sdk/core/core-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/core-http",
33
"sdk-type": "client",
44
"author": "Microsoft Corporation",
5-
"version": "1.2.6",
5+
"version": "1.2.7",
66
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
77
"tags": [
88
"isomorphic",

sdk/core/core-http/src/util/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const Constants = {
55
/**
66
* The core-http version
77
*/
8-
coreHttpVersion: "1.2.6",
8+
coreHttpVersion: "1.2.7",
99

1010
/**
1111
* Specifies HTTP.

0 commit comments

Comments
 (0)