diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 30bc08827..401c12bb6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update TypeScript to 5.3.2 + hash: 4a90e0e5e64908b042f91e71fe5084130f786d4c + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 15.3.28 + title: "" + date: 2023-11-30T16:07:38.567Z - commits: - subject: Fix unstable large webresource test hash: 86867a49ec26c4a2cdad1a3d2d789aa530c369ee diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d99a805..70ce63370 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.3.28 +## (2023-11-30) + +* Update TypeScript to 5.3.2 [Thodoris Greasidis] + # v15.3.27 ## (2023-11-30) diff --git a/VERSION b/VERSION index 582575a96..161a211c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.3.27 \ No newline at end of file +15.3.28 \ No newline at end of file diff --git a/package.json b/package.json index e7c85a86d..9507cee87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "15.3.27", + "version": "15.3.28", "main": "out/server-glue/module", "repository": "git@github.com:balena-io/pinejs.git", "license": "Apache-2.0", @@ -143,6 +143,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2023-11-30T15:22:06.644Z" + "publishedAt": "2023-11-30T16:07:39.254Z" } }