This commit is contained in:
Balena CI 2020-06-25 15:29:26 +03:00 committed by VersionBot
parent ece3c06786
commit f47a4ccb2b
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Improve documentation regarding Windows support for `os configure`.
hash: b50fef8cb40d32c55639090bbf7d710d7d9c37da
body: ''
footer:
Change-type: patch
change-type: patch
Resolves: '#1812'
resolves: '#1812'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 12.1.13
date: 2020-06-25T12:02:07.551Z
- commits:
- subject: Use native fs promises rather than promisify or mz
hash: b114697cab11ab27c8cdae74397e97598037db58

View File

@ -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.13 - 2020-06-25
* Improve documentation regarding Windows support for `os configure`. [Scott Lowe]
## 12.1.12 - 2020-06-24
* Use native fs promises rather than promisify or mz [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.1.12",
"version": "12.1.13",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.1.12",
"version": "12.1.13",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",