Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Sep 15, 2020
1 parent 59d41c0 commit 372d15e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cdk-multi-profile-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions examples/multi-profile-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multi-profile-example",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"bin": {
"tester": "bin/example.js"
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.2.0"
"version": "1.2.1"
}

0 comments on commit 372d15e

Please sign in to comment.