diff --git a/CHANGELOG.md b/CHANGELOG.md index e09c063..618063b 100644 --- a/CHANGELOG.md +++ b/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.3](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.2...v0.6.3) (2021-03-16) + + +### Bug Fixes + +* update dependencies to latest to patch reported vulnerabilities ([7b9ef7d](https://github.com/clowdhaus/aws-github-actions/commit/7b9ef7d53756eee5afe4707e48be2720985ad504)) + + + + + ## [0.6.2](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.1...v0.6.2) (2021-02-14) diff --git a/awscli/CHANGELOG.md b/awscli/CHANGELOG.md index afc0b6b..4ffa564 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.3](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.2...v0.6.3) (2021-03-16) + + +### Bug Fixes + +* update dependencies to latest to patch reported vulnerabilities ([7b9ef7d](https://github.com/clowdhaus/aws-github-actions/commit/7b9ef7d53756eee5afe4707e48be2720985ad504)) + + + + + ## [0.6.2](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.1...v0.6.2) (2021-02-14) diff --git a/awscli/package.json b/awscli/package.json index e1ef1f0..52b7dc2 100644 --- a/awscli/package.json +++ b/awscli/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/awscli", - "version": "0.6.2", + "version": "0.6.3", "description": "Wrapper for awscli", "main": "index.ts", "dependencies": { diff --git a/cloudfront_invalidate/CHANGELOG.md b/cloudfront_invalidate/CHANGELOG.md index 317de17..8ded79b 100644 --- a/cloudfront_invalidate/CHANGELOG.md +++ b/cloudfront_invalidate/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.3](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.2...v0.6.3) (2021-03-16) + + +### Bug Fixes + +* update dependencies to latest to patch reported vulnerabilities ([7b9ef7d](https://github.com/clowdhaus/aws-github-actions/commit/7b9ef7d53756eee5afe4707e48be2720985ad504)) + + + + + ## [0.6.2](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.1...v0.6.2) (2021-02-14) diff --git a/cloudfront_invalidate/package.json b/cloudfront_invalidate/package.json index c016b51..2b2c38e 100644 --- a/cloudfront_invalidate/package.json +++ b/cloudfront_invalidate/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/cloudfront-invalidate", - "version": "0.6.2", + "version": "0.6.3", "description": "Initiate CloudFront cache invalidation", "main": "index.ts", "dependencies": { diff --git a/iam_access_credentials/CHANGELOG.md b/iam_access_credentials/CHANGELOG.md index 2af039a..8884533 100644 --- a/iam_access_credentials/CHANGELOG.md +++ b/iam_access_credentials/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.3](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.2...v0.6.3) (2021-03-16) + + +### Bug Fixes + +* update dependencies to latest to patch reported vulnerabilities ([7b9ef7d](https://github.com/clowdhaus/aws-github-actions/commit/7b9ef7d53756eee5afe4707e48be2720985ad504)) + + + + + ## [0.6.2](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.1...v0.6.2) (2021-02-14) diff --git a/iam_access_credentials/package.json b/iam_access_credentials/package.json index 5634751..1db60d0 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.2", + "version": "0.6.3", "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 8fcc40b..f8dbb1e 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "useWorkspaces": true, "npmClient": "yarn", - "version": "0.6.2" + "version": "0.6.3" } diff --git a/s3_sync/CHANGELOG.md b/s3_sync/CHANGELOG.md index e7c50ea..ed6b766 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.3](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.2...v0.6.3) (2021-03-16) + + +### Bug Fixes + +* update dependencies to latest to patch reported vulnerabilities ([7b9ef7d](https://github.com/clowdhaus/aws-github-actions/commit/7b9ef7d53756eee5afe4707e48be2720985ad504)) + + + + + ## [0.6.2](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.1...v0.6.2) (2021-02-14) diff --git a/s3_sync/package.json b/s3_sync/package.json index df352f7..4e01282 100644 --- a/s3_sync/package.json +++ b/s3_sync/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/s3-sync", - "version": "0.6.2", + "version": "0.6.3", "description": "Sync locally generated artifacts to an S3 bucket", "main": "index.ts", "dependencies": {