Compare commits

..

10 Commits

Author SHA1 Message Date
Release Automation e97d7fbc8e chore(release): 1.5.5 2020-11-24 03:03:47 +00:00
GitHub Actions f0443dc328 chore: Update dist 2020-11-17 05:04:02 +00:00
dependabot[bot] 2ae108f761 chore: Bump aws-sdk from 2.788.0 to 2.793.0 (#155)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.788.0 to 2.793.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.788.0...v2.793.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-17 05:03:30 +00:00
dependabot[bot] e9d3185f7a chore: Bump eslint from 7.12.1 to 7.13.0 (#154)
Bumps [eslint](https://github.com/eslint/eslint) from 7.12.1 to 7.13.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.12.1...v7.13.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-10 06:59:46 +00:00
GitHub Actions 50c5f6a9ae chore: Update dist 2020-11-10 05:08:44 +00:00
dependabot[bot] 799028b6e7 chore: Bump aws-sdk from 2.784.0 to 2.788.0 (#153)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.784.0 to 2.788.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.784.0...v2.788.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-11-10 05:08:00 +00:00
dependabot[bot] 2072054963 chore: Bump jest from 26.6.2 to 26.6.3 (#152)
Bumps [jest](https://github.com/facebook/jest) from 26.6.2 to 26.6.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v26.6.2...v26.6.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-10 05:06:40 +00:00
GitHub Actions a96f0d5e15 chore: Update dist 2020-11-03 05:14:31 +00:00
dependabot[bot] ff948b5bcd chore: Bump aws-sdk from 2.779.0 to 2.784.0 (#151)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.779.0 to 2.784.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.779.0...v2.784.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-11-03 05:13:49 +00:00
dependabot[bot] 99a3c5bb5b chore: Bump jest from 26.6.1 to 26.6.2 (#150)
Bumps [jest](https://github.com/facebook/jest) from 26.6.1 to 26.6.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v26.6.1...v26.6.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-03 05:12:36 +00:00
4 changed files with 527 additions and 434 deletions
+2
View File
@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.5.5](https://github.com/aws-actions/configure-aws-credentials/compare/v1.5.4...v1.5.5) (2020-11-24)
### [1.5.4](https://github.com/aws-actions/configure-aws-credentials/compare/v1.5.3...v1.5.4) (2020-10-29)
### [1.5.3](https://github.com/aws-actions/configure-aws-credentials/compare/v1.5.2...v1.5.3) (2020-10-05)
+145 -65
View File
File diff suppressed because one or more lines are too long
+376 -365
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "aws-actions-configure-aws-credentials",
"version": "1.5.4",
"version": "1.5.5",
"description": "Configure AWS Credentials",
"main": "index.js",
"scripts": {
@@ -26,11 +26,11 @@
"homepage": "https://github.com/aws-actions/configure-aws-credentials#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"aws-sdk": "^2.779.0"
"aws-sdk": "^2.793.0"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
"eslint": "^7.12.1",
"jest": "^26.6.1"
"eslint": "^7.13.0",
"jest": "^26.6.3"
}
}