Skip to content

Commit

Permalink
release 2.2.0 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
tilfin committed Sep 25, 2021
1 parent 69f9e39 commit 309f6c2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

## 2.2.0 (2021/09/25)

- Support 'role_name' parameter that expresses the name of role at login, on base account (thanks to @AKoetsier)

## 2.1.1 (2021/05/22)

- Fix switching region broken by a strict change in the CSP of AWS Console
Expand Down
1 change: 1 addition & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"version": "2.2.0",
"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",
Expand Down
1 change: 0 additions & 1 deletion manifest_chrome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"version": "2.1.1",
"minimum_chrome_version": "80",
"background": {
"scripts": [
Expand Down
1 change: 0 additions & 1 deletion manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"version": "2.1.1",
"applications": {
"gecko": {
"id": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-extend-switch-roles",
"version": "2.1.1",
"version": "2.2.0",
"description": "Extend your AWS IAM switching roles by Chrome extension",
"main": "index.js",
"directories": {
Expand Down
7 changes: 6 additions & 1 deletion updated.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@
</head>
<body>
<h1 style="margin:0">AWS Extend Switch Roles - Update Notice</h1>
<p style="font-size: 125%">New version <strong>2.1.1</strong></p>
<p style="font-size: 125%">New version <strong>2.2.0</strong></p>

<section>
<h2>2.2.0</h2>
<ul>
<li><b>Support 'role_name' parameter that expresses the name of role at login, on base account</b></li>
</ul>

<h2>2.1.1</h2>
<ul>
<li>Fix switching region broken by a strict change in the CSP of AWS Console</li>
Expand Down

0 comments on commit 309f6c2

Please sign in to comment.