diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a851b64b..701a23ce 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Update pkg + hash: 008972b3d3a16e9f201fddc4526b65fa1c5f84e9 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 13.1.4 + date: 2022-01-03T17:37:27.895Z - commits: - subject: Convert lib/utils/deploy-legacy to typescript hash: 1d4b949cf305a10f8a5225b42591a642d88dd9a4 diff --git a/CHANGELOG.md b/CHANGELOG.md index a6a45a0a..034c5f43 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/). +## 13.1.4 - 2022-01-03 + +* Update pkg [Pagan Gazzard] + ## 13.1.3 - 2022-01-03 * Convert lib/utils/deploy-legacy to typescript [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e0789254..357e0db8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.1.3", + "version": "13.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a659438b..6551e3be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.1.3", + "version": "13.1.4", "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": "2022-01-03T16:25:03.252Z" + "publishedAt": "2022-01-03T17:37:28.186Z" } }