Skip to content

Commit 88586bd

Browse files
v2.29.15
1 parent e36de63 commit 88586bd

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: Update core/contracts digest to c45079c
3+
hash: 1d890adc096a64d8a7766ca22ffe4e11d8933434
4+
body: |
5+
Update core/contracts
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: Self-hosted Renovate Bot
10+
nested: []
11+
version: 2.29.15
12+
title: ""
13+
date: 2023-11-22T10:35:34.292Z
114
- commits:
215
- subject: "patch: Add support for local autokit support"
316
hash: 0c9fa8af880987316dbb0ca096ae15522784735b

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 2.29.15 - 2023-11-22
8+
9+
* Update core/contracts digest to c45079c [Self-hosted Renovate Bot]
10+
711
## 2.29.14 - 2023-11-15
812

913
* patch: Add support for local autokit support [Vipul Gupta (@vipulgupta2048)]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leviathan",
3-
"version": "2.29.14",
3+
"version": "2.29.15",
44
"scripts": {
55
"lint:fix": "for component in 'core' 'client'; do npm --prefix $component run lint:fix; done",
66
"lint": "for component in 'core' 'client'; do npm --prefix $component run lint; done",
@@ -20,6 +20,6 @@
2020
"homepage": "https://github.com/balena-os/leviathan",
2121
"private": true,
2222
"versionist": {
23-
"publishedAt": "2023-11-15T19:24:25.224Z"
23+
"publishedAt": "2023-11-22T10:35:34.822Z"
2424
}
2525
}

0 commit comments

Comments
 (0)