diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b60e9c93dd..03a3dfc963 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Pin dependencies + hash: f50287873a32a00e6aec3eafbfe53ab461d95492 + body: | + Update actions/setup-node + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 18.2.7 + title: "" + date: 2024-06-21T17:16:17.235Z - commits: - subject: Update @oclif/core from 3.26.9 to 3.27.0 hash: 75d2d7d37543d179bc05b85de89ec7e2f33e5272 diff --git a/CHANGELOG.md b/CHANGELOG.md index ae6f9bb6d3..8f79f408e7 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.7 - 2024-06-21 + +* Pin dependencies [Self-hosted Renovate Bot] + ## 18.2.6 - 2024-06-21 * Update @oclif/core from 3.26.9 to 3.27.0 [Otavio Jacobi] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 823a19321f..98ba6b4810 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.2.6", + "version": "18.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.2.6", + "version": "18.2.7", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index d8c0e797b2..b0a0f677f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.2.6", + "version": "18.2.7", "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-06-21T15:23:22.790Z" + "publishedAt": "2024-06-21T17:16:18.107Z" } }