From 15e91e95b4e366546680fc090300177b083dc6a4 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 07:50:17 +0000 Subject: [PATCH] v18.2.12 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index da9a6119..e17a667a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Deduplicate dependencies + hash: 7325e8d9d5ef97ff8f0d5388a6d4c9745e9ab5e3 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 18.2.12 + title: "" + date: 2024-07-02T07:50:12.031Z - commits: - subject: Update dependency @types/fast-levenshtein to v0.0.4 hash: a29bd8d0ef829814faaeba08285497a1ea8d9091 diff --git a/CHANGELOG.md b/CHANGELOG.md index 82783500..97f1634d 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.2.12 - 2024-07-02 + +* Deduplicate dependencies [Thodoris Greasidis] + ## 18.2.11 - 2024-07-01 * Update dependency @types/fast-levenshtein to v0.0.4 [Self-hosted Renovate Bot] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4a9163ab..286e1f7b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.2.11", + "version": "18.2.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.2.11", + "version": "18.2.12", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index e030e47e..07cb6bfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.2.11", + "version": "18.2.12", "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-07-01T17:52:42.154Z" + "publishedAt": "2024-07-02T07:50:12.896Z" } }