diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index cca4703df..de4f3a7ec 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update dependency grunt-webpack to v7 + hash: 178c06f03da15786e2447190ed7b2df36d5eb0d2 + body: | + Update grunt-webpack from 6.0.0 to 7.0.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 19.0.2 + title: "" + date: 2024-09-18T11:31:39.286Z - commits: - subject: Update @balena/sbvr-types from 9.0.1 to 9.0.2 hash: cdffcd5fb6973f18d6e1cbc37e3931605edd2391 diff --git a/CHANGELOG.md b/CHANGELOG.md index 39df7809b..6582e33f0 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.0.2 +## (2024-09-18) + +* Update dependency grunt-webpack to v7 [Self-hosted Renovate Bot] + # v19.0.1 ## (2024-09-17) diff --git a/VERSION b/VERSION index b2c7e01f8..fc1a00925 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.0.1 \ No newline at end of file +19.0.2 \ No newline at end of file diff --git a/package.json b/package.json index 296527fc1..bbbfb067a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "19.0.1", + "version": "19.0.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-09-17T13:47:41.847Z" + "publishedAt": "2024-09-18T11:31:40.033Z" } }