Skip to content

Commit

Permalink
v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 18, 2024
1 parent 036727d commit e807cff
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 2 deletions.
45 changes: 45 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
- commits:
- subject: Switch to promised-handlebars to fix dependencies
hash: 19f58ae3c12d5061ae8fe07a4bdf7e7c5dfaa4b4
body: |
handlebars-async-helpers had a dependency on handlebars 4.7.6 which has
a vulnerability according to `npm audit`. This moves to
promised-handlebars, which while it's older, it has almost no
dependencies
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Update Node support to v20 and above
hash: 8ed7a4fbbabac16d36a6c7ed9424b729c8d84fe3
body: ""
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Update typescript to v5 and fix build errors
hash: d6439a6932a5b07acc4764f19ec5a6a4a74cc17b
body: |
- Fixes a wrong return type on `setFirst`
- Fixes a void expression return
- Fixes a build error due to bad type inference
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Fix test command to search all spec files
hash: 23d74c360762b1e8aaaea24988fe2340fdfbddbe
body: |
The test:node command was not properly recursing over the directories
under `tests` leading to some tests being skipped.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 0.9.5
title: ""
date: 2024-12-18T11:44:51.286Z
- commits:
- subject: "NPM: Use legacy peer dependencies"
hash: bbcfa28f61a94a2c90ff948e8df7fc4862d12c68
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## v0.0.6 - 2018-08-17

## 0.9.5 - 2024-12-18

* Switch to promised-handlebars to fix dependencies [Felipe Lalanne]
* Update Node support to v20 and above [Felipe Lalanne]
* Update typescript to v5 and fix build errors [Felipe Lalanne]
* Fix test command to search all spec files [Felipe Lalanne]

## 0.9.4 - 2024-04-30

* NPM: Use legacy peer dependencies [Christina Ying Wang]
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/contrato",
"version": "0.9.4",
"version": "0.9.5",
"description": "The official contract implementation",
"homepage": "https://github.com/product-os/contrato",
"main": "build/index.js",
Expand Down Expand Up @@ -71,6 +71,6 @@
"npm": ">=10.0.0"
},
"versionist": {
"publishedAt": "2024-04-30T23:37:32.408Z"
"publishedAt": "2024-12-18T11:44:51.405Z"
}
}

0 comments on commit e807cff

Please sign in to comment.