From 26578ce1aa41b643434df313a2a1dd408960d6c6 Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Fri, 17 Sep 2021 21:27:24 -0400 Subject: [PATCH] v0.6.7 --- CHANGELOG.md | 12 ++++++++++++ awscli/CHANGELOG.md | 11 +++++++++++ awscli/package.json | 2 +- cloudfront_invalidate/CHANGELOG.md | 12 ++++++++++++ cloudfront_invalidate/package.json | 2 +- iam_access_credentials/CHANGELOG.md | 12 ++++++++++++ iam_access_credentials/package.json | 2 +- lerna.json | 2 +- s3_sync/CHANGELOG.md | 11 +++++++++++ s3_sync/package.json | 2 +- 10 files changed, 63 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 712f633..82cac49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.6...v0.6.7) (2021-09-18) + + +### Bug Fixes + +* **deps:** update dependencies to latest to patch reported vulnerabilities ([ef5d374](https://github.com/clowdhaus/aws-github-actions/commit/ef5d374510eca4728fc5b93e2d5f294e726fa33c)) +* **deps:** update dependencies to latest to patch reported vulnerabilities ([90d9ad3](https://github.com/clowdhaus/aws-github-actions/commit/90d9ad33a7273bfd847f22bd1b8c373576c59b30)) + + + + + ## [0.6.6](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.5...v0.6.6) (2021-08-05) diff --git a/awscli/CHANGELOG.md b/awscli/CHANGELOG.md index 8299b73..0467fd2 100644 --- a/awscli/CHANGELOG.md +++ b/awscli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.6...v0.6.7) (2021-09-18) + + +### Bug Fixes + +* **deps:** update dependencies to latest to patch reported vulnerabilities ([90d9ad3](https://github.com/clowdhaus/aws-github-actions/commit/90d9ad33a7273bfd847f22bd1b8c373576c59b30)) + + + + + ## [0.6.5](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.4...v0.6.5) (2021-06-10) diff --git a/awscli/package.json b/awscli/package.json index 70d5551..8424823 100644 --- a/awscli/package.json +++ b/awscli/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/awscli", - "version": "0.6.5", + "version": "0.6.7", "description": "Wrapper for awscli", "main": "index.ts", "dependencies": { diff --git a/cloudfront_invalidate/CHANGELOG.md b/cloudfront_invalidate/CHANGELOG.md index 2052b27..49b9488 100644 --- a/cloudfront_invalidate/CHANGELOG.md +++ b/cloudfront_invalidate/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.6...v0.6.7) (2021-09-18) + + +### Bug Fixes + +* **deps:** update dependencies to latest to patch reported vulnerabilities ([ef5d374](https://github.com/clowdhaus/aws-github-actions/commit/ef5d374510eca4728fc5b93e2d5f294e726fa33c)) +* **deps:** update dependencies to latest to patch reported vulnerabilities ([90d9ad3](https://github.com/clowdhaus/aws-github-actions/commit/90d9ad33a7273bfd847f22bd1b8c373576c59b30)) + + + + + ## [0.6.6](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.5...v0.6.6) (2021-08-05) diff --git a/cloudfront_invalidate/package.json b/cloudfront_invalidate/package.json index 471483c..86a3c26 100644 --- a/cloudfront_invalidate/package.json +++ b/cloudfront_invalidate/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/cloudfront-invalidate", - "version": "0.6.6", + "version": "0.6.7", "description": "Initiate CloudFront cache invalidation", "main": "index.ts", "dependencies": { diff --git a/iam_access_credentials/CHANGELOG.md b/iam_access_credentials/CHANGELOG.md index 216c330..1291806 100644 --- a/iam_access_credentials/CHANGELOG.md +++ b/iam_access_credentials/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.6...v0.6.7) (2021-09-18) + + +### Bug Fixes + +* **deps:** update dependencies to latest to patch reported vulnerabilities ([ef5d374](https://github.com/clowdhaus/aws-github-actions/commit/ef5d374510eca4728fc5b93e2d5f294e726fa33c)) +* **deps:** update dependencies to latest to patch reported vulnerabilities ([90d9ad3](https://github.com/clowdhaus/aws-github-actions/commit/90d9ad33a7273bfd847f22bd1b8c373576c59b30)) + + + + + ## [0.6.6](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.5...v0.6.6) (2021-08-05) diff --git a/iam_access_credentials/package.json b/iam_access_credentials/package.json index 302e49c..2bad6bb 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.6", + "version": "0.6.7", "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 bf935b3..b04a6f9 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "useWorkspaces": true, "npmClient": "yarn", - "version": "0.6.6" + "version": "0.6.7" } diff --git a/s3_sync/CHANGELOG.md b/s3_sync/CHANGELOG.md index 868c93d..1b5e277 100644 --- a/s3_sync/CHANGELOG.md +++ b/s3_sync/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.6...v0.6.7) (2021-09-18) + + +### Bug Fixes + +* **deps:** update dependencies to latest to patch reported vulnerabilities ([90d9ad3](https://github.com/clowdhaus/aws-github-actions/commit/90d9ad33a7273bfd847f22bd1b8c373576c59b30)) + + + + + ## [0.6.5](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.4...v0.6.5) (2021-06-10) diff --git a/s3_sync/package.json b/s3_sync/package.json index 4babcf3..126a069 100644 --- a/s3_sync/package.json +++ b/s3_sync/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/s3-sync", - "version": "0.6.5", + "version": "0.6.7", "description": "Sync locally generated artifacts to an S3 bucket", "main": "index.ts", "dependencies": {