mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v12.1.13
This commit is contained in:
parent
ece3c06786
commit
f47a4ccb2b
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.1.12",
|
||||
"version": "12.1.13",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user