diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index fd1c6b0d..b5fd5754 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Update flowzone tests to use npm ci + hash: c818d846b368cf9c634757581faca15074100e8a + body: | + Will also make sure that the shrinkwrap is + matching the committed package.json. + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 14.5.18 + title: "" + date: 2022-12-29T07:20:47.915Z - commits: - subject: Stop using the deprecated balena-sync module hash: 2fd0ca6a0203c30639cc981cf572bf2aa375b881 diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b03ee2..3fb9393a 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/). +## 14.5.18 - 2022-12-29 + +* Update flowzone tests to use npm ci [Thodoris Greasidis] + ## 14.5.17 - 2022-12-28 * Stop using the deprecated balena-sync module [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 73f70f98..c9cb4e6d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.17", + "version": "14.5.18", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a05c77e9..03dd8ab0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.17", + "version": "14.5.18", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -284,6 +284,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2022-12-28T23:56:11.827Z" + "publishedAt": "2022-12-29T07:20:48.827Z" } }