Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 2, 2025
1 parent 25e73a2 commit 367c7e4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
- commits:
- subject: Use standalone S3 Handler instead of pinejs core one
hash: 700204a6cb69b71634037e0716a4d3ae4c2cfe4f
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
version: 1.0.2
title: ""
date: 2025-01-02T15:44:26.505Z
- commits:
- subject: Add minimum supported node and npm versions
hash: 14ac975309148d26efbbe45a4bd7c34b68fade5f
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/).

# v1.0.2
## (2025-01-02)

* Use standalone S3 Handler instead of pinejs core one [Otavio Jacobi]

# v1.0.1
## (2025-01-02)

Expand Down
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-webresource-cloudfront",
"version": "1.0.1",
"version": "1.0.2",
"description": "A PineJS WebResource handler for storing files on S3 and serving via AWS Cloudfront",
"type": "module",
"main": "build/index.js",
Expand Down Expand Up @@ -31,6 +31,6 @@
"memoizee": "0.4.17"
},
"versionist": {
"publishedAt": "2025-01-02T15:32:11.226Z"
"publishedAt": "2025-01-02T15:44:26.560Z"
}
}

0 comments on commit 367c7e4

Please sign in to comment.