diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 126ab46c3..c9949895c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Pass env variables to client" + hash: 09086c9c1c3471c8c803e6a91cbd72b09f1c9210 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 2.28.1 + title: "" + date: 2023-07-05T09:00:56.929Z - commits: - subject: "minor: Make client work with different balenaCloud environments" hash: d975cfff5f15cfdffffa81202de5ad6fd8d41d87 diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c5c25be..558f251a4 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.28.1 - 2023-07-05 + +* patch: Pass env variables to client [Vipul Gupta (@vipulgupta2048)] + ## 2.28.0 - 2023-06-30 * minor: Make client work with different balenaCloud environments [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index f79546079..e22ac5396 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "leviathan", - "version": "2.28.0", + "version": "2.28.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "leviathan", - "version": "2.28.0", + "version": "2.28.1", "hasInstallScript": true, "license": "Apache-2.0" } diff --git a/package.json b/package.json index 75bf37994..31f945ae6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leviathan", - "version": "2.28.0", + "version": "2.28.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": "2023-06-30T15:07:42.110Z" + "publishedAt": "2023-07-05T09:00:57.604Z" } }