Skip to content

Commit

Permalink
Bump browser (#6882)
Browse files Browse the repository at this point in the history
Bumping msal-browser manually so release pipeline bumps it to 3.9.0 and
it skips 3.8.0 which was unpublished in msal-browser-1p
  • Loading branch information
hectormmg authored Feb 6, 2024
1 parent e7e24e1 commit bed223d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Bump browser #6882",
"packageName": "@azure/msal-browser",
"email": "[email protected]",
"dependentChangeType": "none"
}
2 changes: 1 addition & 1 deletion lib/msal-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
},
"version": "3.7.1",
"version": "3.8.0",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-browser/src/packageMetadata.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* eslint-disable header/header */
export const name = "@azure/msal-browser";
export const version = "3.7.1";
export const version = "3.8.0";

0 comments on commit bed223d

Please sign in to comment.