mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.7.6
This commit is contained in:
parent
33fd24b981
commit
c65dafd2ff
@ -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:
|
||||
- subject: 'Convert `local configure` to oclif, typescript'
|
||||
hash: 4f831ef443076ab99f51ea1b124f57ec45315a29
|
||||
|
@ -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.7.6 - 2020-07-14
|
||||
|
||||
* Convert `os versions` to oclif, typescript [Scott Lowe]
|
||||
|
||||
## 12.7.5 - 2020-07-13
|
||||
|
||||
* Convert `local configure` to oclif, typescript [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.7.5",
|
||||
"version": "12.7.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.7.5",
|
||||
"version": "12.7.6",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user