mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v12.14.16
This commit is contained in:
parent
2d042ee116
commit
44bd667648
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: Update to typescript 4.0
|
||||
hash: 787966a0b61abf3d94a16ca407b42bf05abfbae2
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
nested: []
|
||||
version: 12.14.16
|
||||
date: 2020-08-27T10:53:30.252Z
|
||||
- commits:
|
||||
- subject: 'Convert command preload to oclif, typescript'
|
||||
hash: d21a18f353c5d9cf9b47e9ed85c15c635d44a44e
|
||||
|
@ -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.14.16 - 2020-08-27
|
||||
|
||||
* Update to typescript 4.0 [Pagan Gazzard]
|
||||
|
||||
## 12.14.15 - 2020-08-27
|
||||
|
||||
* Convert command preload to oclif, typescript [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.14.15",
|
||||
"version": "12.14.16",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.14.15",
|
||||
"version": "12.14.16",
|
||||
"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