diff --git a/CHANGELOG.md b/CHANGELOG.md index c728a76..efc3631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.6.5 (2021-03-16) + +**Note:** Version bump only for package aws-github-actions + + + + + ## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16) diff --git a/awscli/CHANGELOG.md b/awscli/CHANGELOG.md index 78a3c0f..a691b75 100644 --- a/awscli/CHANGELOG.md +++ b/awscli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.6.5 (2021-03-16) + +**Note:** Version bump only for package @aws-github-actions/awscli + + + + + ## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16) diff --git a/awscli/package.json b/awscli/package.json index 27c4d20..70d5551 100644 --- a/awscli/package.json +++ b/awscli/package.json @@ -1,10 +1,10 @@ { "name": "@aws-github-actions/awscli", - "version": "0.6.4", + "version": "0.6.5", "description": "Wrapper for awscli", "main": "index.ts", "dependencies": { - "@aws-github-actions/awscli-core": "^0.6.0", + "@aws-github-actions/awscli-core": "^0.6.5", "string-argv": "^0.3.1" }, "scripts": { diff --git a/cloudfront_invalidate/CHANGELOG.md b/cloudfront_invalidate/CHANGELOG.md index d1e7471..079f66c 100644 --- a/cloudfront_invalidate/CHANGELOG.md +++ b/cloudfront_invalidate/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.6.5 (2021-03-16) + +**Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate + + + + + ## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16) diff --git a/cloudfront_invalidate/package.json b/cloudfront_invalidate/package.json index c0a7646..2300c34 100644 --- a/cloudfront_invalidate/package.json +++ b/cloudfront_invalidate/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/cloudfront-invalidate", - "version": "0.6.4", + "version": "0.6.5", "description": "Initiate CloudFront cache invalidation", "main": "index.ts", "dependencies": { diff --git a/iam_access_credentials/CHANGELOG.md b/iam_access_credentials/CHANGELOG.md index 3cde5ba..6577156 100644 --- a/iam_access_credentials/CHANGELOG.md +++ b/iam_access_credentials/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.6.5 (2021-03-16) + +**Note:** Version bump only for package @aws-github-actions/iam-access-credentials + + + + + ## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16) diff --git a/iam_access_credentials/package.json b/iam_access_credentials/package.json index 1fa1c67..29485f3 100644 --- a/iam_access_credentials/package.json +++ b/iam_access_credentials/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/iam-access-credentials", - "version": "0.6.4", + "version": "0.6.5", "description": "Configure AWS IAM access credentials for use with the AWS CLI and AWS SDKs", "main": "index.ts", "dependencies": { diff --git a/lerna.json b/lerna.json index a5b091e..9c30051 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "useWorkspaces": true, "npmClient": "yarn", - "version": "0.6.4" + "version": "0.6.5" } diff --git a/packages/awscli-core/CHANGELOG.md b/packages/awscli-core/CHANGELOG.md index a271a59..b1b53f7 100644 --- a/packages/awscli-core/CHANGELOG.md +++ b/packages/awscli-core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.6.5 (2021-03-16) + +**Note:** Version bump only for package @aws-github-actions/awscli-core + + + + + # [0.6.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.5.1...v0.6.0) (2020-12-21) diff --git a/packages/awscli-core/package.json b/packages/awscli-core/package.json index 619beb6..407ef5d 100644 --- a/packages/awscli-core/package.json +++ b/packages/awscli-core/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/awscli-core", - "version": "0.6.0", + "version": "0.6.5", "description": "Wrapper module for awscli", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/s3_sync/CHANGELOG.md b/s3_sync/CHANGELOG.md index d05830d..cced813 100644 --- a/s3_sync/CHANGELOG.md +++ b/s3_sync/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.6.5 (2021-03-16) + +**Note:** Version bump only for package @aws-github-actions/s3-sync + + + + + ## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16) diff --git a/s3_sync/package.json b/s3_sync/package.json index a922bd0..4babcf3 100644 --- a/s3_sync/package.json +++ b/s3_sync/package.json @@ -1,10 +1,10 @@ { "name": "@aws-github-actions/s3-sync", - "version": "0.6.4", + "version": "0.6.5", "description": "Sync locally generated artifacts to an S3 bucket", "main": "index.ts", "dependencies": { - "@aws-github-actions/awscli-core": "^0.6.0", + "@aws-github-actions/awscli-core": "^0.6.5", "string-argv": "^0.3.1" }, "scripts": {