diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3c72078ab..f35dcbbfc 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Enable npm dedupe as part of Renovate postUpdateOptions + hash: 2a970478bd576d3887e64cd9398b890a8a503be6 + body: "" + footer: + See: https://docs.renovatebot.com/configuration-options/#postupdateoptions + see: https://docs.renovatebot.com/configuration-options/#postupdateoptions + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 18.1.9 + title: "" + date: 2024-04-10T15:24:25.946Z - commits: - subject: Bump patch-package to 6.5.1 hash: 6178f34f88377d64d331e027d6c0da7165c0df5e diff --git a/CHANGELOG.md b/CHANGELOG.md index 343f064ab..636f826c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 18.1.9 - 2024-04-10 + +* Enable npm dedupe as part of Renovate postUpdateOptions [Kyle Harding] + ## 18.1.8 - 2024-04-09 * Bump patch-package to 6.5.1 [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fd538c2b4..ee4ff9b76 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.1.8", + "version": "18.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.1.8", + "version": "18.1.9", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index bfcae0b64..5a4096de9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.1.8", + "version": "18.1.9", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -287,6 +287,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2024-04-09T17:29:45.181Z" + "publishedAt": "2024-04-10T15:24:26.846Z" } }