Skip to content

Commit 1cd9506

Browse files
chore(release): 1.2.0
1 parent 4579392 commit 1cd9506

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [1.2.0](https://github.com/aws-actions/amazon-ecs-deploy-express-service/compare/v1.1.0...v1.2.0) (2026-01-16)
6+
7+
8+
### Features
9+
10+
* Add support for tagging via CreateExpressGatewayService ([#19](https://github.com/aws-actions/amazon-ecs-deploy-express-service/issues/19)) ([1432a6b](https://github.com/aws-actions/amazon-ecs-deploy-express-service/commit/1432a6b9a553bb19690b6f4e5d6001da17160ffc))
11+
* Support tag management on update ([#20](https://github.com/aws-actions/amazon-ecs-deploy-express-service/issues/20)) ([8486d9d](https://github.com/aws-actions/amazon-ecs-deploy-express-service/commit/8486d9d7f22d8732e02a196c85669c8c05d3fca9))
12+
513
## 1.1.0 (2025-12-17)
614

715

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amazon-ecs-deploy-express-service",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "GitHub Action to deploy containerized applications to Amazon ECS Express Mode services",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)