Skip to content

Commit

Permalink
v2.31.82
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 9, 2025
1 parent 221f8e4 commit 4351fb7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
- commits:
- subject: "patch: Add retention & compression to Leviathan action artifacts"
hash: 00573208b857067c1471dcaaac6d77e7bcc4754e
body: ""
footer: {}
author: Vipul Gupta
nested: []
version: 2.31.82
title: ""
date: 2025-01-09T14:06:23.177Z
- commits:
- subject: Update core/contracts digest to b7d2bb8
hash: 43eb721f7e6955c6f94e9d44ee9e07b0f6f4c141
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.82 - 2025-01-09

* patch: Add retention & compression to Leviathan action artifacts [Vipul Gupta]

## 2.31.81 - 2025-01-07

* Update core/contracts digest to b7d2bb8 [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.81",
"version": "2.31.82",
"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-07T12:50:48.594Z"
"publishedAt": "2025-01-09T14:06:23.738Z"
}
}

0 comments on commit 4351fb7

Please sign in to comment.