Skip to content

Commit

Permalink
v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Apr 30, 2024
1 parent cb3abee commit 4d49b42
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 2 deletions.
77 changes: 77 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,80 @@
- commits:
- subject: "NPM: Use legacy peer dependencies"
hash: bbcfa28f61a94a2c90ff948e8df7fc4862d12c68
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Christina Ying Wang <[email protected]>
signed-off-by: Christina Ying Wang <[email protected]>
author: Christina Ying Wang
nested: []
- subject: Update @types/node to 20
hash: 0fcb50d78a6efe5dfb6ae94ce17b62373b2d8ebe
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Christina Ying Wang <[email protected]>
signed-off-by: Christina Ying Wang <[email protected]>
author: Christina Ying Wang
nested: []
- subject: Up/downgrade handlebars and handlebars-async-helpers
hash: f5a8745b427e953ca9e0554313bb42592dc5da16
body: |
This avoids a critical dependency in handlebars 4.7.6 while
maintaining compatibility with handlebars-async-helpers.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Christina Ying Wang <[email protected]>
signed-off-by: Christina Ying Wang <[email protected]>
author: Christina Ying Wang
nested: []
- subject: Update mocha to v10
hash: f40ef6b30bb155ee052ee75a8484602c01745a27
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Christina Ying Wang <[email protected]>
signed-off-by: Christina Ying Wang <[email protected]>
author: Christina Ying Wang
nested: []
- subject: Update @balena/lint to v8
hash: b502b3716595ac70a6d22ecb26d1b1581ff06fdf
body: |
Add a development tsconfig.json that lints test and script files.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Christina Ying Wang <[email protected]>
signed-off-by: Christina Ying Wang <[email protected]>
author: Christina Ying Wang
nested: []
- subject: Move @types to devDependencies
hash: ea74c69ed575858b18575d9fb87aac792cc750e9
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Christina Ying Wang <[email protected]>
signed-off-by: Christina Ying Wang <[email protected]>
author: Christina Ying Wang
nested: []
- subject: Bump NPM to ^10
hash: e1f2c0431822d406c510ba2652efcb7730ea1091
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Christina Ying Wang <[email protected]>
signed-off-by: Christina Ying Wang <[email protected]>
author: Christina Ying Wang
nested: []
version: 0.9.4
title: ""
date: 2024-04-30T23:37:32.286Z
- commits:
- subject: Update Node.js to v20
hash: d25e8fc0d8c320c662a2f55b1de23e8f4dc4aca8
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## v0.0.6 - 2018-08-17

## 0.9.4 - 2024-04-30

* NPM: Use legacy peer dependencies [Christina Ying Wang]
* Update @types/node to 20 [Christina Ying Wang]
* Up/downgrade handlebars and handlebars-async-helpers [Christina Ying Wang]
* Update mocha to v10 [Christina Ying Wang]
* Update @balena/lint to v8 [Christina Ying Wang]
* Move @types to devDependencies [Christina Ying Wang]
* Bump NPM to ^10 [Christina Ying Wang]

## 0.9.3 - 2024-04-30

* Update Node.js to v20 [Self-hosted Renovate Bot]
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.3",
"version": "0.9.4",
"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-30T20:57:37.954Z"
"publishedAt": "2024-04-30T23:37:32.408Z"
}
}

0 comments on commit 4d49b42

Please sign in to comment.