diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8e8c772a2..38c78cae8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update core/contracts digest to cde8b88 + hash: 4aad7b4af4fed4fc54ceb874330c0e8b2a86b70e + body: | + Update core/contracts + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 2.31.85 + title: "" + date: 2025-01-24T18:32:12.098Z - commits: - subject: "lib/components: Add partition index for Jetson TX2 NX types" hash: 3db19db2746a55855b6601f37f791f5d7e6e5487 diff --git a/CHANGELOG.md b/CHANGELOG.md index 742b4f99e..bb062c9af 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/). +## 2.31.85 - 2025-01-24 + +* Update core/contracts digest to cde8b88 [balena-renovate[bot]] + ## 2.31.84 - 2025-01-23 * lib/components: Add partition index for Jetson TX2 NX types [Alexandru Costache] diff --git a/package-lock.json b/package-lock.json index f0144ddb9..cc37368dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "leviathan", - "version": "2.31.84", + "version": "2.31.85", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "leviathan", - "version": "2.31.84", + "version": "2.31.85", "hasInstallScript": true, "license": "Apache-2.0" } diff --git a/package.json b/package.json index cf4113f74..0d2f3318b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leviathan", - "version": "2.31.84", + "version": "2.31.85", "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", @@ -20,6 +20,6 @@ "homepage": "https://github.com/balena-os/leviathan", "private": true, "versionist": { - "publishedAt": "2025-01-23T08:13:43.499Z" + "publishedAt": "2025-01-24T18:32:12.622Z" } }