Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 2, 2025
1 parent d29ccf5 commit 9843de8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
- commits:
- subject: Add minimum supported node and npm versions
hash: 14ac975309148d26efbbe45a4bd7c34b68fade5f
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
- subject: Bump target to ES2022
hash: 861d6e6941a9aaf496fc9534b612925241935dbf
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
version: 1.0.1
title: ""
date: 2025-01-02T15:32:11.176Z
- commits:
- subject: Convert to ESM
hash: 0aaeea334be207420e8fd549405068b094c781f0
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.1
## (2025-01-02)

* Add minimum supported node and npm versions [Otavio Jacobi]
* Bump target to ES2022 [Otavio Jacobi]

# v1.0.0
## (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.0",
"version": "1.0.1",
"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 @@ -32,6 +32,6 @@
"@balena/pinejs": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"versionist": {
"publishedAt": "2025-01-02T12:37:27.492Z"
"publishedAt": "2025-01-02T15:32:11.226Z"
}
}

0 comments on commit 9843de8

Please sign in to comment.