Skip to content

Commit

Permalink
remove 'connect'
Browse files Browse the repository at this point in the history
  • Loading branch information
tilfin committed Apr 7, 2024
1 parent b57f055 commit 45490f0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,7 +1,7 @@
Changelog
=========

## 5.0.0 (2024/04/07)
## 5.0.1 (2024/04/07)

- Add support for remote retrieval of user configurations through [AESR Config Hub](https://aesr.dev/)

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,5 +1,5 @@
{
"version": "5.0.0",
"version": "5.0.1",
"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
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "aws-extend-switch-roles",
"version": "5.0.0",
"version": "5.0.1",
"description": "Extend your AWS IAM switching roles by Chrome extension",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/options.html
Expand Up @@ -179,7 +179,7 @@ <h2>Config Hub settings</h2>
</div>
</section>
<section id="settings">
<h1>Settings</h1>connect
<h1>Settings</h1>
<ul>
<li><label for="hidesAccountIdCheckBox"><input type="checkbox" id="hidesAccountIdCheckBox">Hide account id</label></li>
<li><label for="showOnlyMatchingRolesCheckBox"><input type="checkbox" id="showOnlyMatchingRolesCheckBox">Show only matching roles</label></li>
Expand Down
2 changes: 1 addition & 1 deletion src/updated.html
Expand Up @@ -72,7 +72,7 @@ <h3>'Sign-in endpoint in current region' setting (Experimental, Supporters only)

<hr style="margin:18px 0">

<h2>5.0.0 <span style="margin-left:0.75em; color:rgb(221, 63, 0)">New version!</span></h2>
<h2>5.0.1 <span style="margin-left:0.75em; color:rgb(221, 63, 0)">New version!</span></h2>
<ul>
<li>Add support for remote retrieval of user configurations through <a href="https://aesr.dev/" target="_blank"><b>AESR Config Hub</b></a>, facilitating dynamic configuration management.</li>
</ul>
Expand Down

0 comments on commit 45490f0

Please sign in to comment.