Skip to content

Commit

Permalink
v2.31.86
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 26, 2025
1 parent 345af32 commit c22c27b
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: Fix extractVersion renovate template
hash: fc005a800f77b29dae553ef38d45ef705a011dbf
body: ""
footer:
Change-type: patch
change-type: patch
author: Kyle Harding
nested: []
version: 2.31.86
title: ""
date: 2025-01-26T12:57:09.462Z
- commits:
- subject: Update core/contracts digest to cde8b88
hash: 4aad7b4af4fed4fc54ceb874330c0e8b2a86b70e
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.86 - 2025-01-26

* Fix extractVersion renovate template [Kyle Harding]

## 2.31.85 - 2025-01-24

* Update core/contracts digest to cde8b88 [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.85",
"version": "2.31.86",
"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": "2025-01-24T18:32:12.622Z"
"publishedAt": "2025-01-26T12:57:10.028Z"
}
}

0 comments on commit c22c27b

Please sign in to comment.