Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 20, 2024
1 parent 8679ae4 commit c6e3a57
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- commits:
- subject: Remove skhema as dependency
hash: dffa41e7e81399c03b612a5205e221460b30d7b9
body: >
This moves the `isValid` method from the [skhema
module](https://github.com/balena-io-modules/skhema)
into an internal json-schema module since skhema is not being maintained
or used anywhere else.
footer:
Change-type: minor
change-type: minor
Depends-on: "#74"
depends-on: "#74"
author: Felipe Lalanne
nested: []
version: 0.10.0
title: ""
date: 2024-12-20T13:33:11.598Z
- commits:
- subject: Switch to promised-handlebars to fix dependencies
hash: 19f58ae3c12d5061ae8fe07a4bdf7e7c5dfaa4b4
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## v0.0.6 - 2018-08-17

## 0.10.0 - 2024-12-20

* Remove skhema as dependency [Felipe Lalanne]

## 0.9.5 - 2024-12-18

* Switch to promised-handlebars to fix dependencies [Felipe Lalanne]
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.5",
"version": "0.10.0",
"description": "The official contract implementation",
"homepage": "https://github.com/product-os/contrato",
"main": "build/index.js",
Expand Down Expand Up @@ -74,6 +74,6 @@
"npm": ">=10.0.0"
},
"versionist": {
"publishedAt": "2024-12-18T11:44:51.405Z"
"publishedAt": "2024-12-20T13:33:11.704Z"
}
}

0 comments on commit c6e3a57

Please sign in to comment.