Skip to content

Commit ea38ecc

Browse files
msal-js-release-automation[bot]MSAL.js Release Automationshylasummers
authored
Release PR: official (#8140)
This PR contains the changelogs and version bumps for the MSAL.js 3P releases. --------- Co-authored-by: MSAL.js Release Automation <msaljsbuilds@microsoft.com> Co-authored-by: Shyla Summers <shylasummers@microsoft.com>
1 parent 0d0c139 commit ea38ecc

File tree

7 files changed

+458
-181
lines changed

7 files changed

+458
-181
lines changed

change/@azure-msal-node-edb8d743-61e2-4f42-a970-92e01f619a49.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

lib/msal-node/CHANGELOG.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "@azure/msal-node",
33
"entries": [
4+
{
5+
"date": "Tue, 11 Nov 2025 23:19:44 GMT",
6+
"version": "3.8.2",
7+
"tag": "@azure/msal-node_v3.8.2",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "rginsburg@microsoft.com",
12+
"package": "@azure/msal-node",
13+
"commit": "0d0c13972fc03345b4b474725f955877d2e95fe5",
14+
"comment": "Added logging to HttpClient (#8101)"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@azure/msal-node",
19+
"comment": "Bump eslint-config-msal to v0.0.0",
20+
"commit": "not available"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@azure/msal-node",
25+
"comment": "Bump rollup-msal to v0.0.0",
26+
"commit": "not available"
27+
}
28+
]
29+
}
30+
},
431
{
532
"date": "Wed, 29 Oct 2025 00:04:33 GMT",
633
"version": "3.8.1",

lib/msal-node/CHANGELOG.md

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

3-
<!-- This log was last generated on Wed, 29 Oct 2025 00:04:33 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 11 Nov 2025 23:19:44 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 3.8.2
8+
9+
Tue, 11 Nov 2025 23:19:44 GMT
10+
11+
### Patches
12+
13+
- Added logging to HttpClient (#8101) (rginsburg@microsoft.com)
14+
- Bump eslint-config-msal to v0.0.0
15+
- Bump rollup-msal to v0.0.0
16+
717
## 3.8.1
818

919
Wed, 29 Oct 2025 00:04:33 GMT

lib/msal-node/apiReview/msal-node.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ export { ValidCacheType }
632632
// Warning: (ae-missing-release-tag) "version" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
633633
//
634634
// @public (undocumented)
635-
export const version = "3.8.1";
635+
export const version = "3.8.2";
636636

637637
// Warnings were encountered during analysis:
638638
//

lib/msal-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@azure/msal-node",
4-
"version": "3.8.1",
4+
"version": "3.8.2",
55
"author": {
66
"name": "Microsoft",
77
"email": "nugetaad@microsoft.com",
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-node";
3-
export const version = "3.8.1";
3+
export const version = "3.8.2";

0 commit comments

Comments
 (0)