From 852ea99aafc83b5ed669a1cf1776755e791a740b Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:28:10 +0000 Subject: [PATCH] v18.2.6 --- .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 e25c14496..c6e9cdd09 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: Fix linting issues with latest dependencies + hash: b9b80e9eafc9a7becf6d33b0eba760ec0cf06665 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: Update TypeScript to 5.6.2 + hash: a96107141315d64f6d3fa4fe227243c80351af1a + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 18.2.6 + title: "" + date: 2024-09-12T13:28:05.172Z - commits: - subject: Update dependency commander to v12 hash: eb10dbdcd80ce05ad65f9b7c47542d3ee8f3fe38 diff --git a/CHANGELOG.md b/CHANGELOG.md index f273f3e1d..47729e391 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/). +# v18.2.6 +## (2024-09-12) + +* Fix linting issues with latest dependencies [Thodoris Greasidis] +* Update TypeScript to 5.6.2 [Thodoris Greasidis] + # v18.2.5 ## (2024-09-10) diff --git a/VERSION b/VERSION index 2b47ca8a1..d479c729a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.2.5 \ No newline at end of file +18.2.6 \ No newline at end of file diff --git a/package.json b/package.json index 2e0681cc2..2e3967ae5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "18.2.5", + "version": "18.2.6", "main": "out/server-glue/module", "type": "commonjs", "repository": "git@github.com:balena-io/pinejs.git", @@ -147,6 +147,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2024-09-10T09:37:15.191Z" + "publishedAt": "2024-09-12T13:28:05.986Z" } }