diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6ee18eb3a..4c64b4772 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: "Client: Update alpine packages before installing packages" + hash: 88ed7504ed0d3ac55e35dcccc47022fc1cf93e45 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 2.31.1 + title: "" + date: 2024-05-23T16:28:47.291Z - commits: - subject: "minor: Add leviathan GitHub Action" hash: 7f12b2f4f5aa7b8f1606b6371e9d912d23d05297 diff --git a/CHANGELOG.md b/CHANGELOG.md index a18e1f0c7..069f6055c 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.1 - 2024-05-23 + +* Client: Update alpine packages before installing packages [Vipul Gupta (@vipulgupta2048)] + ## 2.31.0 - 2024-05-23 * minor: Add leviathan GitHub Action [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index 6bd919ccf..f0dc7a652 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "leviathan", - "version": "2.31.0", + "version": "2.31.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "leviathan", - "version": "2.31.0", + "version": "2.31.1", "hasInstallScript": true, "license": "Apache-2.0" } diff --git a/package.json b/package.json index 9fa258ae4..5dcb3af36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leviathan", - "version": "2.31.0", + "version": "2.31.1", "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": "2024-05-23T15:51:19.421Z" + "publishedAt": "2024-05-23T16:28:47.827Z" } }