From 127ff406cf5cf928d439f414a6a4f9b66c3c110b Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:48:36 +0000 Subject: [PATCH] v16.0.2 --- .versionbot/CHANGELOG.yml | 20 ++++++++++++++++++++ CHANGELOG.md | 6 ++++++ VERSION | 2 +- package.json | 4 ++-- 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 91ec4e32c..92267b154 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: Replace `docker-compose` commands with `docker compose` + hash: cee8cd7c503f656125d8d8603c0ad28dc1a848f9 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: Use a type guard for `"migration"."migration status"` + hash: d897e4c3b5496d666bb770e93dd87f85e8e007c4 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 16.0.2 + title: "" + date: 2024-04-02T13:48:29.116Z - commits: - subject: Fix `migration` and `migration status` typings. hash: 6fcdec749c734f30347064a8ee6c30c74770c1bc diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a5f691e..a5dedc3b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +# v16.0.2 +## (2024-04-02) + +* Replace `docker-compose` commands with `docker compose` [Thodoris Greasidis] +* Use a type guard for `"migration"."migration status"` [Thodoris Greasidis] + # v16.0.1 ## (2024-04-02) diff --git a/VERSION b/VERSION index ab54c33c7..7dc3d91fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.0.1 \ No newline at end of file +16.0.2 \ No newline at end of file diff --git a/package.json b/package.json index ecfc0e01a..632858f11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "16.0.1", + "version": "16.0.2", "main": "out/server-glue/module", "type": "commonjs", "repository": "git@github.com:balena-io/pinejs.git", @@ -144,6 +144,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2024-04-02T12:38:48.252Z" + "publishedAt": "2024-04-02T13:48:29.817Z" } }