diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 14598a38..b8cfbb72 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Update oclif + hash: acd352cb3c9685612ec0bc274c80a5502c031ed0 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 13.0.2 + date: 2021-12-24T17:47:32.122Z - commits: - subject: 'os versions, os download: Replace deprecated version fields' hash: b2d932afabb9c1ca131c0839397d0492f2f1a272 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9faada63..b6396366 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.0.2 - 2021-12-24 + +* Update oclif [Pagan Gazzard] + ## 13.0.1 - 2021-12-24 * os versions, os download: Replace deprecated version fields [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2201b655..3c955c8f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.0.1", + "version": "13.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index defe77ee..e258ab4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.0.1", + "version": "13.0.2", "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": "2021-12-24T16:12:08.688Z" + "publishedAt": "2021-12-24T17:47:32.417Z" } }