From 98445c24899164bcb690560a2bbca1e5509ddc74 Mon Sep 17 00:00:00 2001 From: balenaCI Date: Thu, 18 May 2023 22:43:19 +0000 Subject: [PATCH] v16.45.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 662059579..4ac8ae085 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Fix the release.finalize() tests + hash: 5549552910caa6b80586792000d70df12a52a47e + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 16.45.1 + title: "" + date: 2023-05-18T22:43:17.265Z - commits: - subject: Add the application.membership.getAllByUser() method hash: 34f71f16c42cb2673b91eadc969e483beaa869a1 diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e8b1875..8436ff504 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/). +## 16.45.1 - 2023-05-18 + +* Fix the release.finalize() tests [Thodoris Greasidis] + ## 16.45.0 - 2023-05-18 * Add the application.membership.getAllByUser() method [Thodoris Greasidis] diff --git a/package.json b/package.json index 094e6923b..684d743c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "16.45.0", + "version": "16.45.1", "description": "The Balena JavaScript SDK", "main": "index.js", "types": "index.d.ts", @@ -131,6 +131,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2023-05-18T10:10:36.609Z" + "publishedAt": "2023-05-18T22:43:18.022Z" } }