Skip to content

Commit

Permalink
v20.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Sep 19, 2024
1 parent d485832 commit d3bafc9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 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: Fix the device.setSupervisorRelease docs to not include a v prefix for
the version
hash: e7cb91eeb1dce94ce67f9742a37d3c48a93c63a3
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 20.1.4
title: ""
date: 2024-09-19T16:06:30.497Z
- commits:
- subject: Update `lastOnline` function to return "Connected" instead of "Online"
hash: c0c22e4b60c3160a8e6f9573cddbaf623a105f3f
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/).

## 20.1.4 - 2024-09-19

* Fix the device.setSupervisorRelease docs to not include a v prefix for the version [Thodoris Greasidis]

## 20.1.3 - 2024-09-13

* Update `lastOnline` function to return "Connected" instead of "Online" [Andrea Rosci]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balena-sdk",
"version": "20.1.3",
"version": "20.1.4",
"description": "The Balena JavaScript SDK",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -139,6 +139,6 @@
"tslib": "^2.1.0"
},
"versionist": {
"publishedAt": "2024-09-13T10:12:20.498Z"
"publishedAt": "2024-09-19T16:06:30.975Z"
}
}

0 comments on commit d3bafc9

Please sign in to comment.