Skip to content

Commit 02ac191

Browse files
committed
v0.6.9
1 parent 9c66b5c commit 02ac191

File tree

12 files changed

+74
-8
lines changed

12 files changed

+74
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360))
12+
13+
14+
15+
16+
617
## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15)
718

819
**Note:** Version bump only for package aws-github-actions

awscli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360))
12+
13+
14+
15+
16+
617
## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15)
718

819
**Note:** Version bump only for package @aws-github-actions/awscli

awscli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-github-actions/awscli",
3-
"version": "0.6.8",
3+
"version": "0.6.9",
44
"description": "Wrapper for awscli",
55
"license": "Apache-2.0",
66
"author": "clowd.haus",
@@ -10,7 +10,7 @@
1010
"test": "echo \"Error: no test specified\" && exit 1"
1111
},
1212
"dependencies": {
13-
"@aws-github-actions/awscli-core": "^0.6.8",
13+
"@aws-github-actions/awscli-core": "^0.6.9",
1414
"string-argv": "^0.3.1"
1515
}
1616
}

cloudfront_invalidate/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360))
12+
13+
14+
15+
16+
617
## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15)
718

819
**Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate

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.8",
3+
"version": "0.6.9",
44
"description": "Initiate CloudFront cache invalidation",
55
"license": "Apache-2.0",
66
"author": "clowd.haus",

iam_access_credentials/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360))
12+
13+
14+
15+
16+
617
## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15)
718

819
**Note:** Version bump only for package @aws-github-actions/iam-access-credentials

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.8",
3+
"version": "0.6.9",
44
"description": "Configure AWS IAM access credentials for use with the AWS CLI and AWS SDKs",
55
"license": "Apache-2.0",
66
"author": "clowd.haus",

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.8"
7+
"version": "0.6.9"
88
}

packages/awscli-core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360))
12+
13+
14+
15+
16+
617
## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15)
718

819
**Note:** Version bump only for package @aws-github-actions/awscli-core

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.8",
3+
"version": "0.6.9",
44
"description": "Wrapper module for awscli",
55
"license": "Apache-2.0",
66
"author": "clowd.haus",

s3_sync/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360))
12+
13+
14+
15+
16+
617
## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15)
718

819
**Note:** Version bump only for package @aws-github-actions/s3-sync

s3_sync/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-github-actions/s3-sync",
3-
"version": "0.6.8",
3+
"version": "0.6.9",
44
"description": "Sync locally generated artifacts to an S3 bucket",
55
"license": "Apache-2.0",
66
"author": "clowd.haus",
@@ -10,7 +10,7 @@
1010
"test": "echo \"Error: no test specified\" && exit 1"
1111
},
1212
"dependencies": {
13-
"@aws-github-actions/awscli-core": "^0.6.8",
13+
"@aws-github-actions/awscli-core": "^0.6.9",
1414
"string-argv": "^0.3.1"
1515
}
1616
}

0 commit comments

Comments
 (0)