diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..21610e0 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index b380693..2715409 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-sso", - "version": "0.11.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "aws-sso", - "version": "0.11.0", + "version": "1.1.0", "devDependencies": { "@aws-sdk/client-sso": "^3.418.0", "@aws-sdk/client-sso-oidc": "^3.418.0", diff --git a/package.json b/package.json index 9d9c45c..dba50b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-sso", - "version": "0.11.0", + "version": "1.1.0", "description": "", "main": "index.mjs", "scripts": {