Skip to content

Commit 4839eeb

Browse files
authored
Increment package version after release of azure-core-http (Azure#12323)
1 parent 7e9fcae commit 4839eeb

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

sdk/core/core-http/CHANGELOG.md

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

3+
## 1.2.1 (Unreleased)
4+
5+
36
## 1.2.0 (2020-11-05)
47

58
- Explicitly set `manual` redirect handling for node fetch. And fixing redirectPipeline [PR 11863](https://github.com/Azure/azure-sdk-for-js/pull/11863)

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.0",
5+
"version": "1.2.1",
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
@@ -7,7 +7,7 @@ export const Constants = {
77
* @const
88
* @type {string}
99
*/
10-
coreHttpVersion: "1.2.0",
10+
coreHttpVersion: "1.2.1",
1111

1212
/**
1313
* Specifies HTTP.

0 commit comments

Comments
 (0)