From 624fa45131374f4b1df1a0d38968f73db1d51b38 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 14:04:02 +0000 Subject: [PATCH] v5.0.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 2a0f2d5..0a79f5f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Add multiple instance isolation tests + hash: 0404c937564fe24e0b6ba1cca49db776bcfeaa75 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 5.0.1 + title: "" + date: 2023-07-28T14:03:55.964Z - commits: - subject: Update balena-settings-storage to 8.0.0 hash: 1a5128a7e9d871793b664d715e4857cb7743b911 diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c71a7..6dc29cb 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/). +## 5.0.1 - 2023-07-28 + +* Add multiple instance isolation tests [Thodoris Greasidis] + ## 5.0.0 - 2023-07-24 diff --git a/package.json b/package.json index b1d8981..5bb7a72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-auth", - "version": "5.0.0", + "version": "5.0.1", "description": "Balena session authentication utilities", "main": "build/auth.js", "types": "build/auth.d.ts", @@ -83,6 +83,6 @@ } }, "versionist": { - "publishedAt": "2023-07-24T14:38:57.741Z" + "publishedAt": "2023-07-28T14:03:56.111Z" } }