Skip to content

Commit

Permalink
bump v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tilfin committed May 22, 2021
1 parent 4078842 commit 3502b22
Show file tree
Hide file tree
Showing 5 changed files with 13 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.1.1 (2021/05/22)

- Fix switching region broken by a strict change in the CSP of AWS Console

## 2.1.0 (2021/02/12)

- Implement 'Configuration storage' setting to select 'Sync' or 'Local' (thanks to @reegnz)
Expand Down
2 changes: 1 addition & 1 deletion manifest_chrome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.0",
"version": "2.1.1",
"minimum_chrome_version": "80",
"background": {
"scripts": [
Expand Down
2 changes: 1 addition & 1 deletion manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.0",
"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.0",
"version": "2.1.1",
"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.0</strong></p>
<p style="font-size: 125%">New version <strong>2.1.1</strong></p>

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

<h2>2.1.0</h2>
<ul>
<li><b>Implement 'Configuration storage' setting to select 'Sync' or 'Local'</b></li>
Expand Down

0 comments on commit 3502b22

Please sign in to comment.