Skip to content

Commit

Permalink
v2.29.16
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 22, 2023
1 parent a9c8839 commit 935f8ef
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- commits:
- subject: Update Lock file maintenance
hash: 3a19b6a005b2354d247e43ee63f374fd2822e4ef
body: |
Update
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 2.29.16
title: ""
date: 2023-11-22T11:32:22.495Z
- commits:
- subject: Update core/contracts digest to c45079c
hash: 1d890adc096a64d8a7766ca22ffe4e11d8933434
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.29.16 - 2023-11-22

* Update Lock file maintenance [Self-hosted Renovate Bot]

## 2.29.15 - 2023-11-22

* Update core/contracts digest to c45079c [Self-hosted 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.29.15",
"version": "2.29.16",
"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": "2023-11-22T10:35:34.822Z"
"publishedAt": "2023-11-22T11:32:23.025Z"
}
}

0 comments on commit 935f8ef

Please sign in to comment.