Skip to content

Commit

Permalink
v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
claus-cli committed Mar 16, 2021
1 parent 6e138b0 commit 089c70a
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.5 (2021-03-16)

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





## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16)


Expand Down
8 changes: 8 additions & 0 deletions awscli/CHANGELOG.md
Expand Up @@ -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.5 (2021-03-16)

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





## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16)


Expand Down
4 changes: 2 additions & 2 deletions awscli/package.json
@@ -1,10 +1,10 @@
{
"name": "@aws-github-actions/awscli",
"version": "0.6.4",
"version": "0.6.5",
"description": "Wrapper for awscli",
"main": "index.ts",
"dependencies": {
"@aws-github-actions/awscli-core": "^0.6.0",
"@aws-github-actions/awscli-core": "^0.6.5",
"string-argv": "^0.3.1"
},
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions cloudfront_invalidate/CHANGELOG.md
Expand Up @@ -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.5 (2021-03-16)

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





## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16)


Expand Down
2 changes: 1 addition & 1 deletion cloudfront_invalidate/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-github-actions/cloudfront-invalidate",
"version": "0.6.4",
"version": "0.6.5",
"description": "Initiate CloudFront cache invalidation",
"main": "index.ts",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions iam_access_credentials/CHANGELOG.md
Expand Up @@ -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.5 (2021-03-16)

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





## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16)


Expand Down
2 changes: 1 addition & 1 deletion iam_access_credentials/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-github-actions/iam-access-credentials",
"version": "0.6.4",
"version": "0.6.5",
"description": "Configure AWS IAM access credentials for use with the AWS CLI and AWS SDKs",
"main": "index.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,5 +4,5 @@
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.6.4"
"version": "0.6.5"
}
8 changes: 8 additions & 0 deletions packages/awscli-core/CHANGELOG.md
Expand Up @@ -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.5 (2021-03-16)

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





# [0.6.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.5.1...v0.6.0) (2020-12-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/awscli-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-github-actions/awscli-core",
"version": "0.6.0",
"version": "0.6.5",
"description": "Wrapper module for awscli",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions s3_sync/CHANGELOG.md
Expand Up @@ -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.5 (2021-03-16)

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





## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16)


Expand Down
4 changes: 2 additions & 2 deletions s3_sync/package.json
@@ -1,10 +1,10 @@
{
"name": "@aws-github-actions/s3-sync",
"version": "0.6.4",
"version": "0.6.5",
"description": "Sync locally generated artifacts to an S3 bucket",
"main": "index.ts",
"dependencies": {
"@aws-github-actions/awscli-core": "^0.6.0",
"@aws-github-actions/awscli-core": "^0.6.5",
"string-argv": "^0.3.1"
},
"scripts": {
Expand Down

0 comments on commit 089c70a

Please sign in to comment.