From 3ab99c38de4543713927b86d2a29796168dac42a Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:13:56 +0000 Subject: [PATCH] v20.7.1 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package.json | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7b01d5a1e..dcc1a0f47 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "tests: Improve stability of release.createFromUrl()'s cleanup" + hash: f2156bca657536e6e032cc17ed9d6ae22153e996 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 20.7.1 + title: "" + date: 2024-12-02T19:13:53.286Z - commits: - subject: "Billing: Add createSetupIntent function" hash: 979f2f656af0b6a571815ed876a7a5d238563df1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 581f72435..d0b83e1da 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/). +## 20.7.1 - 2024-12-02 + +* tests: Improve stability of release.createFromUrl()'s cleanup [Thodoris Greasidis] + ## 20.7.0 - 2024-11-29 * Billing: Add createSetupIntent function [Josh Bowling] diff --git a/package.json b/package.json index f85d5f20f..e6b817a84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "20.7.0", + "version": "20.7.1", "description": "The Balena JavaScript SDK", "type": "commonjs", "main": "index.js", @@ -140,6 +140,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2024-11-29T09:12:41.068Z" + "publishedAt": "2024-12-02T19:13:53.854Z" } }