diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ebf35438..de6a76a5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Update dependencies + hash: 77931b314a5436b4d6331621e7f9fbffa1cc880a + body: '' + footer: + Change-type: minor + change-type: minor + author: Pagan Gazzard + version: 11.23.0 + date: 2020-01-24T23:30:53.044Z - commits: - subject: >- configure: Allow passing system-connection files to 'os configure' diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bb0d4a6..7265fbc8 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/). +## 11.23.0 - 2020-01-24 + +* Update dependencies [Pagan Gazzard] + ## 11.22.0 - 2020-01-21 * Configure: Allow passing system-connection files to 'os configure' command [Rich Bayliss] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3858e344..37334b33 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.22.0", + "version": "11.23.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 13b1fc9c..b8ca5f64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.22.0", + "version": "11.23.0", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",