Skip to content

Commit c834641

Browse files
authored
Post release automated changes for identity releases (Azure#26814)
Post release automated changes for azure-identity
1 parent f35ed1a commit c834641

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

sdk/identity/identity/CHANGELOG.md

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

3+
## 3.3.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 3.3.0 (2023-08-14)
414

515
### Features Added

sdk/identity/identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@azure/identity",
33
"sdk-type": "client",
4-
"version": "3.3.0",
4+
"version": "3.3.1",
55
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory",
66
"main": "dist/index.js",
77
"module": "dist-esm/src/index.js",

sdk/identity/identity/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Current version of the `@azure/identity` package.
66
*/
77

8-
export const SDK_VERSION = `3.3.0`;
8+
export const SDK_VERSION = `3.3.1`;
99

1010
/**
1111
* The default client ID for authentication

0 commit comments

Comments
 (0)