diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ff7b5d2..43ea50d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Christina Ying Wang + 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 + signed-off-by: Christina Ying Wang + 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 + signed-off-by: Christina Ying Wang + 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 + signed-off-by: Christina Ying Wang + 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 + signed-off-by: Christina Ying Wang + 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 + signed-off-by: Christina Ying Wang + 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 + signed-off-by: Christina Ying Wang + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 83847fe..1f877a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package.json b/package.json index 7d9ee90..9b61b3b 100644 --- a/package.json +++ b/package.json @@ -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", @@ -71,6 +71,6 @@ "npm": "^10.0.0" }, "versionist": { - "publishedAt": "2024-04-30T20:57:37.954Z" + "publishedAt": "2024-04-30T23:37:32.408Z" } }