Skip to content

Commit

Permalink
Bump v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tilfin committed Jun 23, 2019
1 parent 1a646f7 commit 24cc3f7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

## v0.13.0 (2019/06/23)

- Support 'target_role_name' parameter that expresses the role name for target roles, on base account
- Fix excluding unrelated profiles from role history


## v0.12.1 (2019/05/10)

- Enlarge profile image icon
Expand Down Expand Up @@ -50,7 +56,7 @@ Changelog

## v0.7.0 (2018/02/27)

- Support A 'region' parameter can be used to change the region whenever switching the role
- Support a 'region' parameter can be used to change the region whenever switching the role
- Fix Show only matching roles option has negative effect on normal AWS login


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AWS Extend Switch Roles",
"version": "0.12.1",
"version": "0.13.0",
"description": "Extend your AWS IAM switching roles. You can set the configuration like aws config format",
"short_name": "Extend SwitchRole",
"permissions": ["storage"],
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": "0.12.1",
"version": "0.13.0",
"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": "0.12.1",
"version": "0.13.0",
"description": "Extend your AWS IAM switching roles by Chrome extension",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 24cc3f7

Please sign in to comment.