From 434f0a70a24593c784b73cd90ed4162f0fb03e21 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 02:31:11 +0000 Subject: [PATCH] v15.6.1 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package.json | 4 ++-- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9dfa3b2f6..67cf13c32 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Improve type imports by using "import type" where possible + hash: 1405999a4ffd66d1e9541409d8158c0d9e065553 + body: "" + footer: + Change-type: patch + change-type: patch + author: Josh Bowling + nested: [] + version: 15.6.1 + title: "" + date: 2024-02-04T02:31:08.153Z - commits: - subject: Add support for ESM migrations hash: e8a2bf506f62ffa96ac6d1d12bc7b48e41c6b040 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1878a30bf..e6e6e437f 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/). +# v15.6.1 +## (2024-02-04) + +* Improve type imports by using "import type" where possible [Josh Bowling] + # v15.6.0 ## (2024-01-24) diff --git a/VERSION b/VERSION index b75517323..0ed900b42 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.6.0 \ No newline at end of file +15.6.1 \ No newline at end of file diff --git a/package.json b/package.json index b31252f1c..0a84f80ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "15.6.0", + "version": "15.6.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-01-24T13:33:43.330Z" + "publishedAt": "2024-02-04T02:31:08.801Z" } }