Skip to content

Commit d7ba2a2

Browse files
v12.3.13
1 parent 0fc2c6e commit d7ba2a2

5 files changed

Lines changed: 25 additions & 5 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
- commits:
2+
- subject: Separate primary/worker initialization to avoid unnecessary imports
3+
hash: fd94ea74ca429c3477881eeda34f18c1d70574a5
4+
body: |
5+
This means that the primary process no longer has the overhead of
6+
importing dependencies that are only necessary for worker processes and
7+
vice versa the worker process doesn't import primary only dependencies
8+
footer:
9+
Change-type: patch
10+
change-type: patch
11+
author: Pagan Gazzard
12+
nested: []
13+
version: 12.3.13
14+
title: ""
15+
date: 2026-03-11T17:02:49.727Z
116
- commits:
217
- subject: Remove unnecessary cluster typings override
318
hash: da91f97526f8126794fd131ecf27a259b1dd4bd1

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.3.13
8+
## (2026-03-11)
9+
10+
* Separate primary/worker initialization to avoid unnecessary imports [Pagan Gazzard]
11+
712
# v12.3.12
813
## (2026-03-11)
914

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.3.12
1+
12.3.13

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.3.12",
4+
"version": "12.3.13",
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": "2026-03-11T12:30:22.408Z"
88+
"publishedAt": "2026-03-11T17:02:50.067Z"
8989
}
9090
}

0 commit comments

Comments
 (0)