This commit is contained in:
Balena CI 2020-07-14 18:48:43 +03:00 committed by VersionBot
parent 33fd24b981
commit c65dafd2ff
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: 'Convert `os versions` to oclif, typescript'
hash: 41635c746b3c2ef705f548b4d707240d14a3d378
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.7.6
date: 2020-07-14T15:15:38.383Z
- commits: - commits:
- subject: 'Convert `local configure` to oclif, typescript' - subject: 'Convert `local configure` to oclif, typescript'
hash: 4f831ef443076ab99f51ea1b124f57ec45315a29 hash: 4f831ef443076ab99f51ea1b124f57ec45315a29

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! 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.7.6 - 2020-07-14
* Convert `os versions` to oclif, typescript [Scott Lowe]
## 12.7.5 - 2020-07-13 ## 12.7.5 - 2020-07-13
* Convert `local configure` to oclif, typescript [Scott Lowe] * Convert `local configure` to oclif, typescript [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.7.5", "version": "12.7.6",
"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",