Skip to content

Commit

Permalink
v18.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 20, 2024
1 parent 02212c4 commit 8ea261e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.1.0
18.1.1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/pinejs",
"version": "18.1.0",
"version": "18.1.1",
"main": "out/server-glue/module",
"type": "commonjs",
"repository": "[email protected]:balena-io/pinejs.git",
Expand Down Expand Up @@ -149,6 +149,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2024-08-20T13:57:56.030Z"
"publishedAt": "2024-08-20T14:49:35.133Z"
}
}

0 comments on commit 8ea261e

Please sign in to comment.