Skip to content

Commit

Permalink
Increment version for core releases (#16125)
Browse files Browse the repository at this point in the history
* Increment package version after release of azure-core-http

* Increment package version after release of azure-core-client
  • Loading branch information
azure-sdk authored Jun 30, 2021
1 parent 020a075 commit cec69b6
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions sdk/core/core-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release History

## 1.2.2 (Unreleased)

### Features Added

### Breaking Changes

### Key Bugs Fixed

### Fixed


## 1.2.1 (2021-06-30)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/core-client",
"version": "1.2.1",
"version": "1.2.2",
"description": "Core library for interfacing with AutoRest generated code",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
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

## 2.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Key Bugs Fixed

### Fixed


## 2.0.0 (2021-06-30)

### Features Added
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": "2.0.0",
"version": "2.0.1",
"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: "2.0.0",
coreHttpVersion: "2.0.1",

/**
* Specifies HTTP.
Expand Down

0 comments on commit cec69b6

Please sign in to comment.