diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 67cf13c32..81be1146f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Fix linting with proper import type + hash: 15e2a3fe62dba797c62e38d135695be17e083360 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otávio Jacobi + nested: [] + version: 15.6.2 + title: "" + date: 2024-02-09T12:35:39.112Z - commits: - subject: Improve type imports by using "import type" where possible hash: 1405999a4ffd66d1e9541409d8158c0d9e065553 diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e6e437f..99d519cb3 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.2 +## (2024-02-09) + +* Fix linting with proper import type [Otávio Jacobi] + # v15.6.1 ## (2024-02-04) diff --git a/VERSION b/VERSION index 0ed900b42..a219e1638 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.6.1 \ No newline at end of file +15.6.2 \ No newline at end of file diff --git a/package.json b/package.json index 0a84f80ab..189f86e0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "15.6.1", + "version": "15.6.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-02-04T02:31:08.801Z" + "publishedAt": "2024-02-09T12:35:39.774Z" } }