Skip to content

Commit

Permalink
v2.31.67
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 6, 2024
1 parent 17d9693 commit 0bb8226
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- commits:
- subject: Make leviathan worker ref configurable via env var
hash: ad7e4369929b6dfe2b78467e1b188738642bdea2
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
signed-off-by: Ryan Cooke <[email protected]>
author: Ryan Cooke
nested: []
version: 2.31.67
title: ""
date: 2024-12-06T23:12:09.629Z
- commits:
- subject: Update core/contracts digest to 474ab2d
hash: 8faa54c6388d41797667a2d2bc51a9b4a8ebad1c
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/).

## 2.31.67 - 2024-12-06

* Make leviathan worker ref configurable via env var [Ryan Cooke]

## 2.31.66 - 2024-12-04

* Update core/contracts digest to 474ab2d [balena-renovate[bot]]
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,6 +1,6 @@
{
"name": "leviathan",
"version": "2.31.66",
"version": "2.31.67",
"scripts": {
"lint:fix": "for component in 'core' 'client'; do npm --prefix $component run lint:fix; done",
"lint": "for component in 'core' 'client'; do npm --prefix $component run lint; done",
Expand All @@ -20,6 +20,6 @@
"homepage": "https://github.com/balena-os/leviathan",
"private": true,
"versionist": {
"publishedAt": "2024-12-04T18:50:20.028Z"
"publishedAt": "2024-12-06T23:12:10.205Z"
}
}

0 comments on commit 0bb8226

Please sign in to comment.