From a9c8d7ead0c5d06095bdbc549f2029e20d779096 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:38:51 +0000 Subject: [PATCH] v16.0.1 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package.json | 4 ++-- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1f5a176ef..91ec4e32c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Fix `migration` and `migration status` typings. + hash: 6fcdec749c734f30347064a8ee6c30c74770c1bc + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Harald Fischer + signed-off-by: Harald Fischer + author: Harald Fischer + nested: [] + version: 16.0.1 + title: "" + date: 2024-04-02T12:38:47.565Z - commits: - subject: Update `@balena/sbvr-types` to enable ISODatestring as internal pine API interface for date and date time fields. diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ff00ae4..66a5f691e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.1 +## (2024-04-02) + +* Fix `migration` and `migration status` typings. [Harald Fischer] + # v16.0.0 ## (2024-03-08) diff --git a/VERSION b/VERSION index 0e94e314c..ab54c33c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.0.0 \ No newline at end of file +16.0.1 \ No newline at end of file diff --git a/package.json b/package.json index a24451515..5e0854a32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "16.0.0", + "version": "16.0.1", "main": "out/server-glue/module", "type": "commonjs", "repository": "git@github.com:balena-io/pinejs.git", @@ -144,6 +144,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2024-03-08T18:45:47.256Z" + "publishedAt": "2024-04-02T12:38:48.252Z" } }