Skip to content

Commit

Permalink
Post release automated changes for azure-core-rest-pipeline (#24385)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Jan 6, 2023
1 parent 3f08c4b commit 0bb3879
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/core/core-rest-pipeline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.10.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.10.1 (2023-01-05)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-rest-pipeline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/core-rest-pipeline",
"version": "1.10.1",
"version": "1.10.2",
"description": "Isomorphic client library for making HTTP requests in node.js and browser.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-rest-pipeline/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "1.10.1";
export const SDK_VERSION: string = "1.10.2";

export const DEFAULT_RETRY_POLICY_COUNT = 3;

0 comments on commit 0bb3879

Please sign in to comment.