Skip to content

Commit 0050454

Browse files
chore(release): 1.14.0 [skip ci]
# [1.14.0](v1.13.0...v1.14.0) (2025-07-01) ### Features * **action:** add support for `pull_request_target` event ([#95](#95)) ([fdfdbae](fdfdbae)), closes [#94](#94)
1 parent fdfdbae commit 0050454

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.14.0](https://github.com/liatrio/terraform-change-pr-commenter/compare/v1.13.0...v1.14.0) (2025-07-01)
2+
3+
4+
### Features
5+
6+
* **action:** add support for `pull_request_target` event ([#95](https://github.com/liatrio/terraform-change-pr-commenter/issues/95)) ([fdfdbae](https://github.com/liatrio/terraform-change-pr-commenter/commit/fdfdbae2c1dbf02ed6a6334a334b99d2ed28f531)), closes [#94](https://github.com/liatrio/terraform-change-pr-commenter/issues/94)
7+
18
# [1.13.0](https://github.com/liatrio/terraform-change-pr-commenter/compare/v1.12.0...v1.13.0) (2025-06-27)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terraform-change-pr-commenter",
3-
"version": "1.13.0",
3+
"version": "1.14.0",
44
"description": "GitHub Action to read changes from Terraform plan JSON, summarize changes, and post them in a GitHub Pull Request Comment",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)