diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c116891e2..d03795a29 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update dependencies + hash: a909ee054f395de407ec4e1275fd0f5b7514fe29 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 19.7.2 + title: "" + date: 2025-01-02T16:47:36.699Z - commits: - subject: Use/export explicit functions for loading SBVR files hash: c47a755613fec8293547c7cfb34cc9e707a7c703 @@ -2045,6 +2057,7 @@ + As balena-lint @@ -2086,6 +2099,7 @@ + As engine and npm is @@ -2142,6 +2156,7 @@ + Ensure that the @@ -2261,6 +2276,7 @@ + This also deprecates @@ -2308,6 +2324,7 @@ + It can in fact be a @@ -2356,6 +2373,7 @@ + We know what type @@ -2409,6 +2427,7 @@ + Update @@ -2573,6 +2592,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index 029c72f91..be62f6394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +# v19.7.2 +## (2025-01-02) + +* Update dependencies [Pagan Gazzard] + # v19.7.1 ## (2024-12-30) diff --git a/VERSION b/VERSION index f022382e2..b4ec0e0a5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.7.1 \ No newline at end of file +19.7.2 \ No newline at end of file diff --git a/package.json b/package.json index d1b5a1004..eaf7fb208 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "19.7.1", + "version": "19.7.2", "main": "out/server-glue/module", "type": "commonjs", "repository": "git@github.com:balena-io/pinejs.git", @@ -147,6 +147,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2024-12-30T14:24:29.728Z" + "publishedAt": "2025-01-02T16:47:37.833Z" } }