Skip to content

Commit

Permalink
v20.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 15, 2025
1 parent f90f853 commit 304d494
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- commits:
- subject: "models/balenaos-contract: Switch to using markdown for links"
hash: 461dca2b974e6a8ecadaef2add9484f774209bf1
body: |
... because HTML links are no longer displayed in the dashboard
image download modal.

We also adapt the tests to these changes.

See internal thread: https://balena.zulipchat.com/#narrow/channel/350505-aspect.2Fgrowth/topic/Improving.20Jetson-flash.20documentation/near/493450821
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <alexandru@balena.io>
signed-off-by: Alexandru Costache <alexandru@balena.io>
author: Alexandru Costache
nested: []
version: 20.9.1
title: ""
date: 2025-01-15T13:24:17.772Z
- commits:
- subject: "tests: Update test repo for release.createFromUrl to avoid redirects"
hash: a587d333a81268d30025af86e420f2433321e824
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.9.1 - 2025-01-15

* models/balenaos-contract: Switch to using markdown for links [Alexandru Costache]

## 20.9.0 - 2025-01-10

* tests: Update test repo for release.createFromUrl to avoid redirects [Thodoris Greasidis]
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.9.0",
"version": "20.9.1",
"description": "The Balena JavaScript SDK",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -139,6 +139,6 @@
"tslib": "^2.1.0"
},
"versionist": {
"publishedAt": "2025-01-10T18:01:29.136Z"
"publishedAt": "2025-01-15T13:24:18.339Z"
}
}

0 comments on commit 304d494

Please sign in to comment.