diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3f1d12ef6..af374d530 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 @@ -2077,6 +2089,7 @@ + The internal and @@ -2176,6 +2189,7 @@ + Update @@ -3229,6 +3243,7 @@ + Update @@ -3344,6 +3359,7 @@ + As balena-lint @@ -3434,6 +3450,7 @@ + As engine and npm is @@ -3539,6 +3556,7 @@ + Ensure that the @@ -3807,6 +3825,7 @@ + This also deprecates @@ -3903,6 +3922,7 @@ + It can in fact be a @@ -4000,6 +4020,7 @@ + We know what type @@ -4102,6 +4123,7 @@ + Update @@ -4315,6 +4337,7 @@ + This also deprecates @@ -4584,6 +4607,7 @@ + As balena-lint @@ -4673,6 +4697,7 @@ + As engine and npm is @@ -4777,6 +4802,7 @@ + Ensure that the @@ -4941,6 +4967,7 @@ + As balena-lint @@ -5030,6 +5057,7 @@ + As engine and npm is @@ -5134,6 +5162,7 @@ + Ensure that the @@ -7311,6 +7340,7 @@ + As balena-lint @@ -7400,6 +7430,7 @@ + As engine and npm is @@ -7504,6 +7535,7 @@ + Ensure that the @@ -7671,6 +7703,7 @@ + This also deprecates @@ -7766,6 +7799,7 @@ + It can in fact be a @@ -7862,6 +7896,7 @@ + We know what type @@ -7963,6 +7998,7 @@ + Update @@ -8175,6 +8211,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index b974acdd7..af04e22c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package-lock.json b/package-lock.json index 4c4636278..dc83ac2ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "31.2.23", + "version": "31.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "31.2.23", + "version": "31.3.0", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 54dbc6998..49a7e40b1 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" } }