From 8bc6c447aea2b5589a322cfeb322ee4a731714b4 Mon Sep 17 00:00:00 2001 From: balenaCI Date: Tue, 30 May 2023 06:58:28 +0000 Subject: [PATCH] v17.1.4 --- .versionbot/CHANGELOG.yml | 69 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 26 +++++++++++++++ package.json | 4 +-- 3 files changed, 97 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f2e02a2ac..2acd111d0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,72 @@ +- commits: + - subject: Add 2fa tests + hash: 969559251e183c0cba203404e6a4642c64e4a6b4 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otávio Jacobi + nested: [] + - subject: Fix auth.twoFactor.isEnabled() regression returning always true + hash: 77c194aa66c17287f88ecc6d488dbace759d4c1a + body: | + Update balena-auth from 4.1.0 to 4.2.0 + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: + - commits: + - subject: Add a get2FAStatus() method + hash: 266c8bc9b12d13fd96ce0ae6b12d7767a27030d8 + body: "" + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: [] + version: balena-auth-4.2.0 + title: "" + date: 2023-05-25T12:06:34.551Z + - commits: + - subject: Fix async tests not waiting for the result + hash: 027af56893911b7b6a95c6743eb90cae86cc3f86 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: balena-auth-4.1.3 + title: "" + date: 2023-05-25T08:28:54.576Z + - commits: + - subject: Delete redundant .resinci.yml + hash: eca476bec2b6ddd9c41809f3bca4c2c2f776fe69 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: balena-auth-4.1.2 + title: "" + date: 2022-09-26T12:39:48.984Z + - commits: + - subject: Replace balenaCI with flowzone + hash: 349377a015dcbc7d963b950dc63ba2b2a03ad6a7 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: balena-auth-4.1.1 + title: "" + date: 2022-09-22T22:01:40.204Z + version: 17.1.4 + title: "" + date: 2023-05-30T06:58:26.026Z - commits: - subject: Add support to short uuid on device.serviceVar.set hash: 7b38ccb080e1d0028e6d9730738722f2122b0854 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e6564508..2e3c73c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,32 @@ 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/). +## 17.1.4 - 2023-05-30 + +* Add 2fa tests [Otávio Jacobi] + +
+ Fix auth.twoFactor.isEnabled() regression returning always true [Thodoris Greasidis] + +> ### balena-auth-4.2.0 - 2023-05-25 +> +> * Add a get2FAStatus() method [Thodoris Greasidis] +> +> ### balena-auth-4.1.3 - 2023-05-25 +> +> * Fix async tests not waiting for the result [Thodoris Greasidis] +> +> ### balena-auth-4.1.2 - 2022-09-26 +> +> * Delete redundant .resinci.yml [Thodoris Greasidis] +> +> ### balena-auth-4.1.1 - 2022-09-22 +> +> * Replace balenaCI with flowzone [Thodoris Greasidis] +> + +
+ ## 17.1.3 - 2023-05-29 * Add support to short uuid on device.serviceVar.set [Otávio Jacobi] diff --git a/package.json b/package.json index e6fa5508e..0751b2f2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "17.1.3", + "version": "17.1.4", "description": "The Balena JavaScript SDK", "main": "index.js", "types": "index.d.ts", @@ -133,6 +133,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2023-05-29T14:17:15.285Z" + "publishedAt": "2023-05-30T06:58:27.644Z" } }