Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws-actions/amazon-ecs-deploy-task-definition
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.3
Choose a base ref
...
head repository: aws-actions/amazon-ecs-deploy-task-definition
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.4
Choose a head ref
  • 9 commits
  • 4 files changed
  • 4 contributors

Commits on Jun 1, 2020

  1. chore: Bump aws-sdk from 2.684.0 to 2.686.0

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.684.0 to 2.686.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
    - [Commits](aws/aws-sdk-js@v2.684.0...v2.686.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored Jun 1, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1b4199c View commit details
  2. Copy the full SHA
    645a702 View commit details
  3. chore: Update dist

    GitHub Actions committed Jun 1, 2020
    Copy the full SHA
    47de241 View commit details

Commits on Jun 9, 2020

  1. chore: Bump eslint from 7.1.0 to 7.2.0

    Bumps [eslint](https://github.com/eslint/eslint) from 7.1.0 to 7.2.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.1.0...v7.2.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored Jun 9, 2020
    Copy the full SHA
    c0ef06d View commit details
  2. chore: Bump aws-sdk from 2.686.0 to 2.692.0

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.686.0 to 2.692.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
    - [Commits](aws/aws-sdk-js@v2.686.0...v2.692.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored Jun 9, 2020
    Copy the full SHA
    57f7f1f View commit details
  3. Copy the full SHA
    ad083c2 View commit details
  4. Copy the full SHA
    365f09e View commit details
  5. chore: Update dist

    GitHub Actions committed Jun 9, 2020
    Copy the full SHA
    d2fcbd9 View commit details
  6. chore(release): 1.3.4

    Release Automation committed Jun 9, 2020
    Copy the full SHA
    ef9229a View commit details
Showing with 73 additions and 63 deletions.
  1. +2 −0 CHANGELOG.md
  2. +32 −32 dist/index.js
  3. +36 −28 package-lock.json
  4. +3 −3 package.json
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.3.4](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v1.3.3...v1.3.4) (2020-06-09)

### [1.3.3](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v1.3.2...v1.3.3) (2020-05-27)

### [1.3.2](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v1.3.1...v1.3.2) (2020-05-18)
Loading