File tree Expand file tree Collapse file tree 12 files changed +56
-8
lines changed Expand file tree Collapse file tree 12 files changed +56
-8
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 0.6.5 (2021-03-16)
7
+
8
+ ** Note:** Version bump only for package aws-github-actions
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.6.4] ( https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4 ) (2021-03-16)
7
15
8
16
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 0.6.5 (2021-03-16)
7
+
8
+ ** Note:** Version bump only for package @aws-github-actions/awscli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.6.4] ( https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4 ) (2021-03-16)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-github-actions/awscli" ,
3
- "version" : " 0.6.4 " ,
3
+ "version" : " 0.6.5 " ,
4
4
"description" : " Wrapper for awscli" ,
5
5
"main" : " index.ts" ,
6
6
"dependencies" : {
7
- "@aws-github-actions/awscli-core" : " ^0.6.0 " ,
7
+ "@aws-github-actions/awscli-core" : " ^0.6.5 " ,
8
8
"string-argv" : " ^0.3.1"
9
9
},
10
10
"scripts" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 0.6.4] ( https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4 ) (2021-03-16)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-github-actions/cloudfront-invalidate" ,
3
- "version" : " 0.6.4 " ,
3
+ "version" : " 0.6.5 " ,
4
4
"description" : " Initiate CloudFront cache invalidation" ,
5
5
"main" : " index.ts" ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 0.6.4] ( https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4 ) (2021-03-16)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-github-actions/iam-access-credentials" ,
3
- "version" : " 0.6.4 " ,
3
+ "version" : " 0.6.5 " ,
4
4
"description" : " Configure AWS IAM access credentials for use with the AWS CLI and AWS SDKs" ,
5
5
"main" : " index.ts" ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change 4
4
],
5
5
"useWorkspaces" : true ,
6
6
"npmClient" : " yarn" ,
7
- "version" : " 0.6.4 "
7
+ "version" : " 0.6.5 "
8
8
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 0.6.0] ( https://github.com/clowdhaus/aws-github-actions/compare/v0.5.1...v0.6.0 ) (2020-12-21)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-github-actions/awscli-core" ,
3
- "version" : " 0.6.0 " ,
3
+ "version" : " 0.6.5 " ,
4
4
"description" : " Wrapper module for awscli" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 0.6.4] ( https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4 ) (2021-03-16)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-github-actions/s3-sync" ,
3
- "version" : " 0.6.4 " ,
3
+ "version" : " 0.6.5 " ,
4
4
"description" : " Sync locally generated artifacts to an S3 bucket" ,
5
5
"main" : " index.ts" ,
6
6
"dependencies" : {
7
- "@aws-github-actions/awscli-core" : " ^0.6.0 " ,
7
+ "@aws-github-actions/awscli-core" : " ^0.6.5 " ,
8
8
"string-argv" : " ^0.3.1"
9
9
},
10
10
"scripts" : {
You can’t perform that action at this time.
0 commit comments