Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
shesaave authored Jul 23, 2024
2 parents c1973a1 + 0ae3bf5 commit 6a69501
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 77 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.4.0](https://github.com/aws-actions/amazon-ecs-render-task-definition/compare/v1.3.0...v1.4.0) (2024-07-18)


### Features

* Force version upgrade to v1.4 ([#308](https://github.com/aws-actions/amazon-ecs-render-task-definition/issues/308)) ([2c5f6d8](https://github.com/aws-actions/amazon-ecs-render-task-definition/commit/2c5f6d89518b6090f8b4c688b2eac61149e8e2d3))

## [1.3.0](https://github.com/aws-actions/amazon-ecs-render-task-definition/compare/v1.2.0...v1.3.0) (2024-05-07)


Expand Down
150 changes: 75 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-actions-amazon-ecs-render-task-definition",
"version": "1.3.0",
"version": "1.4.0",
"description": "Render Amazon ECS task definition file",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"eslint": "^9.4.0",
"eslint": "^9.7.0",
"jest": "^29.7.0"
}
}

0 comments on commit 6a69501

Please sign in to comment.