Skip to content

Commit 089c70a

Browse files
committed
v0.6.5
1 parent 6e138b0 commit 089c70a

File tree

12 files changed

+56
-8
lines changed

12 files changed

+56
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.6.5 (2021-03-16)
7+
8+
**Note:** Version bump only for package aws-github-actions
9+
10+
11+
12+
13+
614
## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16)
715

816

awscli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.6.5 (2021-03-16)
7+
8+
**Note:** Version bump only for package @aws-github-actions/awscli
9+
10+
11+
12+
13+
614
## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16)
715

816

awscli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@aws-github-actions/awscli",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Wrapper for awscli",
55
"main": "index.ts",
66
"dependencies": {
7-
"@aws-github-actions/awscli-core": "^0.6.0",
7+
"@aws-github-actions/awscli-core": "^0.6.5",
88
"string-argv": "^0.3.1"
99
},
1010
"scripts": {

cloudfront_invalidate/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.6.5 (2021-03-16)
7+
8+
**Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate
9+
10+
11+
12+
13+
614
## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16)
715

816

cloudfront_invalidate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-github-actions/cloudfront-invalidate",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Initiate CloudFront cache invalidation",
55
"main": "index.ts",
66
"dependencies": {

iam_access_credentials/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.6.5 (2021-03-16)
7+
8+
**Note:** Version bump only for package @aws-github-actions/iam-access-credentials
9+
10+
11+
12+
13+
614
## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16)
715

816

iam_access_credentials/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-github-actions/iam-access-credentials",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Configure AWS IAM access credentials for use with the AWS CLI and AWS SDKs",
55
"main": "index.ts",
66
"dependencies": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"useWorkspaces": true,
66
"npmClient": "yarn",
7-
"version": "0.6.4"
7+
"version": "0.6.5"
88
}

packages/awscli-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.6.5 (2021-03-16)
7+
8+
**Note:** Version bump only for package @aws-github-actions/awscli-core
9+
10+
11+
12+
13+
614
# [0.6.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.5.1...v0.6.0) (2020-12-21)
715

816

packages/awscli-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-github-actions/awscli-core",
3-
"version": "0.6.0",
3+
"version": "0.6.5",
44
"description": "Wrapper module for awscli",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

s3_sync/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.6.5 (2021-03-16)
7+
8+
**Note:** Version bump only for package @aws-github-actions/s3-sync
9+
10+
11+
12+
13+
614
## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16)
715

816

s3_sync/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@aws-github-actions/s3-sync",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Sync locally generated artifacts to an S3 bucket",
55
"main": "index.ts",
66
"dependencies": {
7-
"@aws-github-actions/awscli-core": "^0.6.0",
7+
"@aws-github-actions/awscli-core": "^0.6.5",
88
"string-argv": "^0.3.1"
99
},
1010
"scripts": {

0 commit comments

Comments
 (0)