Skip to content

Commit 61c0521

Browse files
v12.0.1
1 parent 2595e4a commit 61c0521

5 files changed

Lines changed: 22 additions & 5 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Explicitly use lf eol for `.tmpl` files to work properly on windows
3+
hash: d216d7d3f61d9fdef1dd1886277f27f3fbce05fb
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Pagan Gazzard
9+
nested: []
10+
version: 12.0.1
11+
title: ""
12+
date: 2025-09-02T14:57:47.025Z
113
- commits:
214
- subject: Switch to s6-overlay base image with reduced permissions
315
hash: 8c3dc56956663f08dc6bd36d8c43ede03252d5fc

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
# v12.0.1
8+
## (2025-09-02)
9+
10+
* Explicitly use lf eol for `.tmpl` files to work properly on windows [Pagan Gazzard]
11+
712
# v12.0.0
813
## (2025-09-02)
914

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.0.0
1+
12.0.1

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
@@ -1,7 +1,7 @@
11
{
22
"name": "open-balena-vpn",
33
"private": true,
4-
"version": "12.0.0",
4+
"version": "12.0.1",
55
"description": "RESTful VPN api",
66
"type": "module",
77
"license": "AGPL-3.0",
@@ -85,6 +85,6 @@
8585
"exit": true
8686
},
8787
"versionist": {
88-
"publishedAt": "2025-09-02T14:30:24.491Z"
88+
"publishedAt": "2025-09-02T14:57:47.397Z"
8989
}
9090
}

0 commit comments

Comments
 (0)