Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 15, 2024
1 parent bbec078 commit 71f77a9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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


### Features

* add fallback region ([00d11ec](https://github.com/Vitesco-Technologies/vt-aws-sso-cli/commit/00d11ec5741f70fe4212e4570cdfbf9b7af3f0e6))
* add sso_start_url and sso_region as fallback for old aws sdk versions ([0045df0](https://github.com/Vitesco-Technologies/vt-aws-sso-cli/commit/0045df083944713803e54171caf72fd21985bb5f))


### Bug Fixes

* restore cursor on terminate ([89c7004](https://github.com/Vitesco-Technologies/vt-aws-sso-cli/commit/89c70042c504321741a21fd0944310bcc6e1b388))
* show error on switching user ([b2f0f14](https://github.com/Vitesco-Technologies/vt-aws-sso-cli/commit/b2f0f1433b764d1652c9fc34da848743ebb8bd7f))
* write to tmp file and rename to prevent cache corruption ([bbec078](https://github.com/Vitesco-Technologies/vt-aws-sso-cli/commit/bbec078c195e30ae7454482ca624f1ca62a43701))
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": "0.11.0",
"version": "1.1.0",
"description": "",
"main": "index.mjs",
"scripts": {
Expand Down

0 comments on commit 71f77a9

Please sign in to comment.