diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index bd37510147..67345f9e55 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Move klaw library to dev dependency + hash: bb4713ab9a2445cc7adab24f7d9549331f1c72e8 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 18.1.5 + title: "" + date: 2024-03-14T15:52:35.043Z - commits: - subject: Update @balena/lint to 8.0.0 hash: 634ad156ce9a6557102f438715c4a90fccf2db9c diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a463476f..45560b4d76 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.5 - 2024-03-14 + +* Move klaw library to dev dependency [Otavio Jacobi] + ## 18.1.4 - 2024-03-14 * Update @balena/lint to 8.0.0 [myarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d2d5fd516c..f4c0d97b0f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.1.4", + "version": "18.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.1.4", + "version": "18.1.5", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index c8c9b0cae6..4532d2eeb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.1.4", + "version": "18.1.5", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -288,6 +288,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2024-03-14T14:34:46.771Z" + "publishedAt": "2024-03-14T15:52:35.905Z" } }