Skip to content

Commit 312e30e

Browse files
committed
v3.2.7
1 parent d12237c commit 312e30e

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
- commits:
2+
- subject: Reject internal pull requests using pull_request_target
3+
hash: 748de29c8a29d8c0e80f6428dcb53d78e6e7daae
4+
body: |
5+
This will prevent duplicate runs when both triggers
6+
are enabled.
7+
footer:
8+
Change-type: patch
9+
change-type: patch
10+
Signed-off-by: Kyle Harding <[email protected]>
11+
signed-off-by: Kyle Harding <[email protected]>
12+
author: Kyle Harding
13+
nested: []
14+
version: 3.2.7
15+
title: ""
16+
date: 2023-03-26T23:57:47.917Z
117
- commits:
218
- subject: Pin deploy-to-balena action to a release
319
hash: 38dee1a8c2eab1578e3dbef441c5f4bbd8401298

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 3.2.7 - 2023-03-26
8+
9+
* Reject internal pull requests using pull_request_target [Kyle Harding]
10+
711
## 3.2.6 - 2023-03-26
812

913
* Pin deploy-to-balena action to a release [Kyle Harding]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"dependencies": {
1717
"yaml": "^2.1.3"
1818
},
19-
"version": "3.2.6",
19+
"version": "3.2.7",
2020
"versionist": {
21-
"publishedAt": "2023-03-26T23:36:22.868Z"
21+
"publishedAt": "2023-03-26T23:57:48.580Z"
2222
}
2323
}

0 commit comments

Comments
 (0)