Skip to content

Commit

Permalink
v20.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 2, 2024
1 parent e8f3a68 commit 3ab99c3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
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.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]
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.7.0",
"version": "20.7.1",
"description": "The Balena JavaScript SDK",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -140,6 +140,6 @@
"tslib": "^2.1.0"
},
"versionist": {
"publishedAt": "2024-11-29T09:12:41.068Z"
"publishedAt": "2024-12-02T19:13:53.854Z"
}
}

0 comments on commit 3ab99c3

Please sign in to comment.