-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
MSAL.js Release Automation
committed
Nov 19, 2024
1 parent
6362e79
commit 431d989
Showing
12 changed files
with
83 additions
and
23 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-node-867ba82b-e952-4dcc-b874-c0934a3bc791.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-node-extensions-ad5fa611-2a29-46aa-b273-c3a6ff98add1.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,33 @@ | ||
{ | ||
"name": "@azure/msal-node-extensions", | ||
"entries": [ | ||
{ | ||
"date": "Tue, 19 Nov 2024 17:21:57 GMT", | ||
"version": "1.5.0", | ||
"tag": "@azure/msal-node-extensions_v1.5.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-node-extensions", | ||
"commit": "6362e79cfff838ec5c57efbfeffc3e5262dc2513", | ||
"comment": "Allow requiring msal-node-extensions without Dpapi dependency" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-node-extensions", | ||
"comment": "Bump eslint-config-msal to v0.0.0", | ||
"commit": "not available" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-node-extensions", | ||
"comment": "Bump rollup-msal to v0.0.0", | ||
"commit": "not available" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 05 Nov 2024 18:58:46 GMT", | ||
"version": "1.4.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
# Change Log - @azure/msal-node-extensions | ||
|
||
This log was last generated on Tue, 05 Nov 2024 18:58:46 GMT and should not be manually modified. | ||
This log was last generated on Tue, 19 Nov 2024 17:21:57 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 1.5.0 | ||
|
||
Tue, 19 Nov 2024 17:21:57 GMT | ||
|
||
### Minor changes | ||
|
||
- Allow requiring msal-node-extensions without Dpapi dependency ([email protected]) | ||
- Bump eslint-config-msal to v0.0.0 | ||
- Bump rollup-msal to v0.0.0 | ||
|
||
## 1.4.0 | ||
|
||
Tue, 05 Nov 2024 18:58:46 GMT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/* eslint-disable header/header */ | ||
export const name = "@azure/msal-node-extensions"; | ||
export const version = "1.4.0"; | ||
export const version = "1.5.0"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,33 @@ | ||
{ | ||
"name": "@azure/msal-node", | ||
"entries": [ | ||
{ | ||
"date": "Tue, 19 Nov 2024 17:21:57 GMT", | ||
"version": "2.16.2", | ||
"tag": "@azure/msal-node_v2.16.2", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-node", | ||
"commit": "6362e79cfff838ec5c57efbfeffc3e5262dc2513", | ||
"comment": "removeAccount method now clears client cache by retrieving partitionKey when accountEntities are empty (#7329)" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-node", | ||
"comment": "Bump eslint-config-msal to v0.0.0", | ||
"commit": "not available" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-node", | ||
"comment": "Bump rollup-msal to v0.0.0", | ||
"commit": "not available" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 12 Nov 2024 15:32:46 GMT", | ||
"version": "2.16.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
# Change Log - @azure/msal-node | ||
|
||
This log was last generated on Tue, 12 Nov 2024 15:32:46 GMT and should not be manually modified. | ||
This log was last generated on Tue, 19 Nov 2024 17:21:57 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 2.16.2 | ||
|
||
Tue, 19 Nov 2024 17:21:57 GMT | ||
|
||
### Patches | ||
|
||
- removeAccount method now clears client cache by retrieving partitionKey when accountEntities are empty (#7329) ([email protected]) | ||
- Bump eslint-config-msal to v0.0.0 | ||
- Bump rollup-msal to v0.0.0 | ||
|
||
## 2.16.1 | ||
|
||
Tue, 12 Nov 2024 15:32:46 GMT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@azure/msal-node", | ||
"version": "2.16.1", | ||
"version": "2.16.2", | ||
"author": { | ||
"name": "Microsoft", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/* eslint-disable header/header */ | ||
export const name = "@azure/msal-node"; | ||
export const version = "2.16.1"; | ||
export const version = "2.16.2"; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.