Skip to content

Commit

Permalink
v31.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 29, 2024
1 parent 48e98b5 commit 24cca17
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 4 deletions.
37 changes: 37 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Add onInitTasks option
hash: e78aeb7114b0d47b4c11d1e7f50082e68c81ecd3
body: ""
footer:
Change-type: minor
change-type: minor
author: Josh Bowling
nested: []
version: 31.3.0
title: ""
date: 2024-11-29T13:56:31.989Z
- commits:
- subject: Update device service environment variable hook to navigate via device
rather than service install
Expand Down Expand Up @@ -2077,6 +2089,7 @@






The internal and
Expand Down Expand Up @@ -2176,6 +2189,7 @@






Update
Expand Down Expand Up @@ -3229,6 +3243,7 @@






Update
Expand Down Expand Up @@ -3344,6 +3359,7 @@






As balena-lint
Expand Down Expand Up @@ -3434,6 +3450,7 @@






As engine and npm is
Expand Down Expand Up @@ -3539,6 +3556,7 @@






Ensure that the
Expand Down Expand Up @@ -3807,6 +3825,7 @@






This also deprecates
Expand Down Expand Up @@ -3903,6 +3922,7 @@






It can in fact be a
Expand Down Expand Up @@ -4000,6 +4020,7 @@






We know what type
Expand Down Expand Up @@ -4102,6 +4123,7 @@






Update
Expand Down Expand Up @@ -4315,6 +4337,7 @@






This also deprecates
Expand Down Expand Up @@ -4584,6 +4607,7 @@






As balena-lint
Expand Down Expand Up @@ -4673,6 +4697,7 @@






As engine and npm is
Expand Down Expand Up @@ -4777,6 +4802,7 @@






Ensure that the
Expand Down Expand Up @@ -4941,6 +4967,7 @@






As balena-lint
Expand Down Expand Up @@ -5030,6 +5057,7 @@






As engine and npm is
Expand Down Expand Up @@ -5134,6 +5162,7 @@






Ensure that the
Expand Down Expand Up @@ -7311,6 +7340,7 @@






As balena-lint
Expand Down Expand Up @@ -7400,6 +7430,7 @@






As engine and npm is
Expand Down Expand Up @@ -7504,6 +7535,7 @@






Ensure that the
Expand Down Expand Up @@ -7671,6 +7703,7 @@






This also deprecates
Expand Down Expand Up @@ -7766,6 +7799,7 @@






It can in fact be a
Expand Down Expand Up @@ -7862,6 +7896,7 @@






We know what type
Expand Down Expand Up @@ -7963,6 +7998,7 @@






Update
Expand Down Expand Up @@ -8175,6 +8211,7 @@






This also deprecates
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## 31.3.0 - 2024-11-29

* Add onInitTasks option [Josh Bowling]

## 31.2.23 - 2024-11-29

* Update device service environment variable hook to navigate via device rather than service install [Otavio Jacobi]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@balena/open-balena-api",
"description": "Internet of things, Made Simple",
"version": "31.2.23",
"version": "31.3.0",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -166,6 +166,6 @@
"loader": "ts-node/esm/transpile-only"
},
"versionist": {
"publishedAt": "2024-11-29T11:07:57.254Z"
"publishedAt": "2024-11-29T13:56:33.031Z"
}
}

0 comments on commit 24cca17

Please sign in to comment.