Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Sep 16, 2024
1 parent d493cc8 commit ae6624e
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: Add pinejs 19 as a supported peer version
hash: fb15fc5718a8e340c9634f42dec1343c158b3e5c
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 0.2.1
title: ""
date: 2024-09-16T13:05:26.531Z
- commits:
- subject: Switch @balena/pinejs to a peer dependency and support 17.x/18.x
hash: 91bc87db7d0e5e349353a3b33dc057c6a03a92fb
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/).

# v0.2.1
## (2024-09-16)

* Add pinejs 19 as a supported peer version [Pagan Gazzard]

# v0.2.0
## (2024-08-30)

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": "0.2.0",
"version": "0.2.1",
"description": "A PineJS WebResource handler for storing files on S3 and serving via AWS Cloudfront",
"main": "build/index.js",
"scripts": {
Expand All @@ -27,6 +27,6 @@
"@balena/pinejs": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"versionist": {
"publishedAt": "2024-08-30T16:35:10.886Z"
"publishedAt": "2024-09-16T13:05:26.578Z"
}
}

0 comments on commit ae6624e

Please sign in to comment.