Skip to content

Commit 2105ed4

Browse files
Bump package versions (#4894)
Co-authored-by: sameerag <[email protected]>
1 parent 6fd197b commit 2105ed4

File tree

4 files changed

+45
-3
lines changed

4 files changed

+45
-3
lines changed

CHANGELOG.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
{
22
"name": "@azure/msal-common",
33
"entries": [
4+
{
5+
"date": "Mon, 13 Jun 2022 22:28:09 GMT",
6+
"tag": "@azure/msal-common_v7.0.0",
7+
"version": "7.0.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@azure/msal-common",
13+
"commit": "e2b46fb337966d2522435ef3e0b28d8e4ef39d6d",
14+
"comment": "Fix ClientAssertion configuration typing between common and node #4846"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "@azure/msal-common",
19+
"commit": "17bf0dd14cc1b23bd43a531d73c878ccd09e66e9",
20+
"comment": "Add errorCode and subErrorCode to performance telemetry events (#4863)"
21+
}
22+
],
23+
"major": [
24+
{
25+
"author": "[email protected]",
26+
"package": "@azure/msal-common",
27+
"commit": "49d6a3dde3e09a12ee01aeae52137e3c007649e8",
28+
"comment": "Add strict assertion checks for OBO (#4691)"
29+
}
30+
]
31+
}
32+
},
433
{
534
"date": "Mon, 06 Jun 2022 22:13:00 GMT",
635
"tag": "@azure/msal-common_v6.4.0",

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# Change Log - @azure/msal-common
22

3-
This log was last generated on Mon, 06 Jun 2022 22:13:00 GMT and should not be manually modified.
3+
This log was last generated on Mon, 13 Jun 2022 22:28:09 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 7.0.0
8+
9+
Mon, 13 Jun 2022 22:28:09 GMT
10+
11+
### Major changes
12+
13+
- Add strict assertion checks for OBO (#4691) ([email protected])
14+
15+
### Minor changes
16+
17+
- Fix ClientAssertion configuration typing between common and node #4846 ([email protected])
18+
- Add errorCode and subErrorCode to performance telemetry events (#4863) ([email protected])
19+
720
## 6.4.0
821

922
Mon, 06 Jun 2022 22:13:00 GMT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
1212
},
13-
"version": "6.4.0",
13+
"version": "7.0.0",
1414
"description": "Microsoft Authentication Library for js",
1515
"keywords": [
1616
"implicit",

src/packageMetadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* eslint-disable header/header */
22
export const name = "@azure/msal-common";
3-
export const version = "6.4.0";
3+
export const version = "7.0.0";

0 commit comments

Comments
 (0)