From 133daefe83c33612b0f6a40001420255d7642202 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 24 Jun 2020 19:13:43 +0300 Subject: [PATCH] v12.1.10 --- .versionbot/CHANGELOG.yml | 10 ++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1af5d3bd..03e6cd06 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Simplify some exports + hash: 03eed32f12932dab3ce1c7c8197969892752c869 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 12.1.10 + date: 2020-06-24T15:27:18.539Z - commits: - subject: Use `import type` where possible to explicitly import only type info hash: 6dce5c1212ca4ce7ee7339e0262cb16004c1439c diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2772e5..33e3e266 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/). +## 12.1.10 - 2020-06-24 + +* Simplify some exports [Pagan Gazzard] + ## 12.1.9 - 2020-06-24 * Use `import type` where possible to explicitly import only type info [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index db66a53e..5778eb22 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.1.9", + "version": "12.1.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 98254e21..9224fca8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.1.9", + "version": "12.1.10", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",