From b95ccc3038d6ec52ec6da3e5c72dfaf67a1efbb4 Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Sat, 23 Jan 2021 23:05:30 -0500 Subject: [PATCH] v0.6.1 --- CHANGELOG.md | 8 ++++++++ cloudfront_invalidate/CHANGELOG.md | 8 ++++++++ cloudfront_invalidate/package.json | 2 +- iam_access_credentials/CHANGELOG.md | 8 ++++++++ iam_access_credentials/package.json | 2 +- lerna.json | 2 +- 6 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c509029..be440f5 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.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.0...v0.6.1) (2021-01-24) + +**Note:** Version bump only for package aws-github-actions + + + + + # [0.6.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.5.1...v0.6.0) (2020-12-21) diff --git a/cloudfront_invalidate/CHANGELOG.md b/cloudfront_invalidate/CHANGELOG.md index fc31bea..83b1673 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.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.0...v0.6.1) (2021-01-24) + +**Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate + + + + + # [0.6.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.5.1...v0.6.0) (2020-12-21) diff --git a/cloudfront_invalidate/package.json b/cloudfront_invalidate/package.json index ff17f3b..bcf095f 100644 --- a/cloudfront_invalidate/package.json +++ b/cloudfront_invalidate/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/cloudfront-invalidate", - "version": "0.6.0", + "version": "0.6.1", "description": "Initiate CloudFront cache invalidation", "main": "index.ts", "dependencies": { diff --git a/iam_access_credentials/CHANGELOG.md b/iam_access_credentials/CHANGELOG.md index 03e28af..3c2c4c7 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.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.0...v0.6.1) (2021-01-24) + +**Note:** Version bump only for package @aws-github-actions/iam-access-credentials + + + + + # [0.6.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.5.1...v0.6.0) (2020-12-21) diff --git a/iam_access_credentials/package.json b/iam_access_credentials/package.json index a509a95..5c76619 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.0", + "version": "0.6.1", "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 183de0e..654c7ef 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "useWorkspaces": true, "npmClient": "yarn", - "version": "0.6.0" + "version": "0.6.1" }