Skip to content

Commit

Permalink
v29.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 8, 2024
1 parent dfbb69e commit 43f5ef7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Add the ability to enable/disable scheduled jobs
hash: fde280fce22b82a167e1de6f4e0a1ee7ea4cd640
body: ""
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
nested: []
version: 29.1.0
title: ""
date: 2024-10-08T16:43:32.733Z
- commits:
- subject: Remove service.read/service_install/canAccess() optimization path
hash: 5f9f924228863f3db505d55acf68677461ef01b0
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/).

## 29.1.0 - 2024-10-08

* Add the ability to enable/disable scheduled jobs [Pagan Gazzard]

## 29.0.4 - 2024-10-08

* Remove service.read/service_install/canAccess() optimization path [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": "29.0.4",
"version": "29.1.0",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -168,6 +168,6 @@
"loader": "ts-node/esm/transpile-only"
},
"versionist": {
"publishedAt": "2024-10-08T16:30:30.943Z"
"publishedAt": "2024-10-08T16:43:33.613Z"
}
}

0 comments on commit 43f5ef7

Please sign in to comment.