Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.2.0](https://github.com/Vitesco-Technologies/vt-aws-sso-cli/compare/v1.1.0...v1.2.0) (2026-05-28)


### Features

* add better error handling ([bf56182](https://github.com/Vitesco-Technologies/vt-aws-sso-cli/commit/bf5618248e9f182116cf6dee561482fd7579b363))
* add option to not override default profile ([7210dca](https://github.com/Vitesco-Technologies/vt-aws-sso-cli/commit/7210dcaf2b15acc0d0525cbc4e27425dfbca4e08))


### Bug Fixes

* add pagination to getAccountRoles ([b461b29](https://github.com/Vitesco-Technologies/vt-aws-sso-cli/commit/b461b2956eab05604e399f8406938ae55bd20b76))
* better cache handling ([e5540f8](https://github.com/Vitesco-Technologies/vt-aws-sso-cli/commit/e5540f84729a395453093ef480137dbd5dc3b54d))
* create dist dir for build ([001e462](https://github.com/Vitesco-Technologies/vt-aws-sso-cli/commit/001e4627c92f11b18fc63474381062d1d82f5a1f))
* handle new refresh response ([db7e845](https://github.com/Vitesco-Technologies/vt-aws-sso-cli/commit/db7e8453197038c6bb90484c03131a279ca8fde7))
* remove default profile ([cb01dc3](https://github.com/Vitesco-Technologies/vt-aws-sso-cli/commit/cb01dc355f44400bf49a96e3fa2aa6eca288766e))
* **sso:** let open use the default browser ([#85](https://github.com/Vitesco-Technologies/vt-aws-sso-cli/issues/85)) ([388f83b](https://github.com/Vitesco-Technologies/vt-aws-sso-cli/commit/388f83bc4aa40f6f4cdeb8f03270f0d934f95942))

## [1.1.0](https://github.com/Vitesco-Technologies/vt-aws-sso-cli/compare/v1.0.0...v1.1.0) (2024-01-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-sso",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"main": "index.mjs",
"scripts": {
Expand Down