mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-06 11:10:10 +00:00
v12.9.9
This commit is contained in:
parent
492b877d02
commit
0eb4e6d770
@ -1,3 +1,16 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: 'Convert command `build` to typescript, oclif, and refactor'
|
||||||
|
hash: 09b8cc495c3c4f0292ded6f84e0f525b055dcff3
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||||
|
signed-off-by: Scott Lowe <scott@balena.io>
|
||||||
|
author: Scott Lowe
|
||||||
|
nested: []
|
||||||
|
version: 12.9.9
|
||||||
|
date: 2020-07-30T13:56:41.344Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'Tests: improve reliability of os/configure.spec.ts'
|
- subject: 'Tests: improve reliability of os/configure.spec.ts'
|
||||||
hash: 5d7d687d6c1a9f9be85b2eb6384ce41bbb1dc0d3
|
hash: 5d7d687d6c1a9f9be85b2eb6384ce41bbb1dc0d3
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 12.9.9 - 2020-07-30
|
||||||
|
|
||||||
|
* Convert command `build` to typescript, oclif, and refactor [Scott Lowe]
|
||||||
|
|
||||||
## 12.9.8 - 2020-07-30
|
## 12.9.8 - 2020-07-30
|
||||||
|
|
||||||
* Tests: improve reliability of os/configure.spec.ts [Pagan Gazzard]
|
* Tests: improve reliability of os/configure.spec.ts [Pagan Gazzard]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.9.8",
|
"version": "12.9.9",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.9.8",
|
"version": "12.9.9",
|
||||||
"description": "The official balena CLI tool",
|
"description": "The official balena CLI tool",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user