From 0022f89fcf269baa0f8304d039b8ede5a7bf2402 Mon Sep 17 00:00:00 2001 From: Toshimitsu Takahashi Date: Wed, 8 Nov 2023 01:49:20 +0900 Subject: [PATCH] Release v4.0.2 (#328) --- CHANGELOG.md | 5 +++++ manifest.json | 2 +- package.json | 2 +- src/updated.html | 8 +++++++- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30bc11a..9005285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +## 4.0.2 (2023/11/07) + +- Implement fallback for displaying the role list in Firefox private browsing mode +- Fix parsing of 'role_arn' when the role name contains slashes + ## 4.0.1 (2023/10/31) - Fix the switch targets to list in the order of Simple profiles, followed by Complex target profiles diff --git a/manifest.json b/manifest.json index 9a55464..16e2085 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.0.1", + "version": "4.0.2", "name": "AWS Extend Switch Roles", "description": "Extend your AWS IAM switching roles. You can set the configuration like aws config format", "short_name": "Extend SwitchRole", diff --git a/package.json b/package.json index 3e9ff3c..f24c7b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-extend-switch-roles", - "version": "4.0.1", + "version": "4.0.2", "description": "Extend your AWS IAM switching roles by Chrome extension", "main": "index.js", "directories": { diff --git a/src/updated.html b/src/updated.html index 2c15606..19f2a18 100644 --- a/src/updated.html +++ b/src/updated.html @@ -72,7 +72,13 @@

'Sign-in endpoint in current region' setting (Experimental, Supporters only)
-

4.0.1 New version!

+

4.0.2 New version!

+ + +

4.0.1