Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Sep 3, 2023
1 parent 19fd177 commit 4c116b3
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: Fix ensure href is present before signing
hash: e9e2b55d79f593f9b78243a0c9da6c31e4020144
body: ""
footer:
Change-type: patch
change-type: patch
author: Otávio Jacobi
version: 0.0.5
title: ""
date: 2023-09-03T12:56:11.513Z
- commits:
- subject: Export CloudFrontHandler props typings
hash: e5961390269a9dda185153f4fe111d7e8862f910
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.0.5
## (2023-09-03)

* Fix ensure href is present before signing [Otávio Jacobi]

# v0.0.4
## (2023-08-29)

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.0.4",
"version": "0.0.5",
"description": "A PineJS WebResource handler for storing files on S3 and serving via AWS Cloudfront",
"main": "build/index.js",
"scripts": {
Expand All @@ -25,6 +25,6 @@
"memoizee": "^0.4.15"
},
"versionist": {
"publishedAt": "2023-08-29T13:44:10.166Z"
"publishedAt": "2023-09-03T12:56:11.574Z"
}
}

0 comments on commit 4c116b3

Please sign in to comment.