diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 58a0fdd49..30bc08827 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Fix unstable large webresource test + hash: 86867a49ec26c4a2cdad1a3d2d789aa530c369ee + body: "" + footer: + Change-type: patch + change-type: patch + Co-authored-by: Thodoris Greasidis + co-authored-by: Thodoris Greasidis + author: Otávio Jacobi + nested: [] + version: 15.3.27 + title: "" + date: 2023-11-30T15:22:05.981Z - commits: - subject: Update dependency passport to ^0.7.0 hash: d66132ed0e0e7f8749749a6aacb7bdc498bb59d5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 889e5d8d2..a3d99a805 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.27 +## (2023-11-30) + +* Fix unstable large webresource test [Otávio Jacobi] + # v15.3.26 ## (2023-11-28) diff --git a/VERSION b/VERSION index b59c99d16..582575a96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.3.26 \ No newline at end of file +15.3.27 \ No newline at end of file diff --git a/package.json b/package.json index ff9751662..a9e04e7bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "15.3.26", + "version": "15.3.27", "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-28T14:18:47.367Z" + "publishedAt": "2023-11-30T15:22:06.644Z" } }