Skip to content

Commit cec69b6

Browse files
authored
Increment version for core releases (Azure#16125)
* Increment package version after release of azure-core-http * Increment package version after release of azure-core-client
1 parent 020a075 commit cec69b6

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

sdk/core/core-client/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.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Key Bugs Fixed
10+
11+
### Fixed
12+
13+
314
## 1.2.1 (2021-06-30)
415

516
### Features Added

sdk/core/core-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/core-client",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Core library for interfacing with AutoRest generated code",
55
"sdk-type": "client",
66
"main": "dist/index.js",

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+
## 2.0.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Key Bugs Fixed
10+
11+
### Fixed
12+
13+
314
## 2.0.0 (2021-06-30)
415

516
### Features Added

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": "2.0.0",
5+
"version": "2.0.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
@@ -5,7 +5,7 @@ export const Constants = {
55
/**
66
* The core-http version
77
*/
8-
coreHttpVersion: "2.0.0",
8+
coreHttpVersion: "2.0.1",
99

1010
/**
1111
* Specifies HTTP.

0 commit comments

Comments
 (0)