diff --git a/cdk-multi-profile-plugin/package.json b/cdk-multi-profile-plugin/package.json index f657a01..8d4a3a7 100644 --- a/cdk-multi-profile-plugin/package.json +++ b/cdk-multi-profile-plugin/package.json @@ -1,6 +1,6 @@ { "name": "cdk-multi-profile-plugin", - "version": "1.2.0", + "version": "1.2.1", "description": "Adds multi profile/account, mfa and aws sso support to cdk apps", "keywords": [ "aws", diff --git a/examples/multi-profile-example/package.json b/examples/multi-profile-example/package.json index 8461d21..770c651 100644 --- a/examples/multi-profile-example/package.json +++ b/examples/multi-profile-example/package.json @@ -1,6 +1,6 @@ { "name": "multi-profile-example", - "version": "1.2.0", + "version": "1.2.1", "private": true, "bin": { "tester": "bin/example.js" @@ -23,7 +23,7 @@ "@aws-cdk/assert": "^1.62.0", "@types/jest": "^26.0.13", "aws-cdk": "^1.62.0", - "cdk-multi-profile-plugin": "^1.2.0", + "cdk-multi-profile-plugin": "^1.2.1", "jest": "^26.4.2", "jest-cdk-snapshot": "^1.3.0", "ts-jest": "^26.3.0", diff --git a/lerna.json b/lerna.json index 8e74710..f5a8240 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "1.2.0" + "version": "1.2.1" }