From 8ea261e24ac92a06b42ebc5dbd2b0eead870d209 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 14:49:41 +0000 Subject: [PATCH] v18.1.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 a4e031df7..c0b1f58a3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Throw an UnauthorizedError on /canAccess requests for unknown resources + hash: 17df5f4fa060c279b0490f7b9c8fb2b774e51078 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 18.1.1 + title: "" + date: 2024-08-20T14:49:34.390Z - commits: - subject: Add async tasks hash: 549a839468147b5001ee42e5124cce89b03b9c81 diff --git a/CHANGELOG.md b/CHANGELOG.md index 994789e13..0f29169f1 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/). +# v18.1.1 +## (2024-08-20) + +* Throw an UnauthorizedError on /canAccess requests for unknown resources [Thodoris Greasidis] + # v18.1.0 ## (2024-08-20) diff --git a/VERSION b/VERSION index d576022ca..adeb6ee87 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.1.0 \ No newline at end of file +18.1.1 \ No newline at end of file diff --git a/package.json b/package.json index bc01cfa5e..6bc126ca8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "18.1.0", + "version": "18.1.1", "main": "out/server-glue/module", "type": "commonjs", "repository": "git@github.com:balena-io/pinejs.git", @@ -149,6 +149,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2024-08-20T13:57:56.030Z" + "publishedAt": "2024-08-20T14:49:35.133Z" } }