diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 01b80be3..fd1c6b0d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Stop using the deprecated balena-sync module + hash: 2fd0ca6a0203c30639cc981cf572bf2aa375b881 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 14.5.17 + title: "" + date: 2022-12-28T23:56:10.845Z - commits: - subject: Update the npm-shrinkwrap.json dependencies to match the package.json hash: 63a0d1977031ba633d3be7d108320c111c6bdf49 diff --git a/CHANGELOG.md b/CHANGELOG.md index d971664d..04b03ee2 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.17 - 2022-12-28 + +* Stop using the deprecated balena-sync module [Thodoris Greasidis] + ## 14.5.16 - 2022-12-28 * Update the npm-shrinkwrap.json dependencies to match the package.json [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8d67cd19..73f70f98 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.16", + "version": "14.5.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a98fa730..a05c77e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.16", + "version": "14.5.17", "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:01:24.071Z" + "publishedAt": "2022-12-28T23:56:11.827Z" } }