mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-13 06:02:57 +00:00
v11.31.12
This commit is contained in:
parent
ada7801a0d
commit
6b0f645094
@ -1,3 +1,27 @@
|
||||
- commits:
|
||||
- subject: Convert lib/actions/local/index.coffee to typescript
|
||||
hash: da5e26f37ef190ddca5bc61ec4607e5f410109fe
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
- subject: Convert lib/actions/local/configure.coffee to javascript
|
||||
hash: 9447195c2654f257686b078bc9efd47fd4297bbd
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
- subject: Convert lib/utils/tty to typescript
|
||||
hash: 9fda165d3498c873e9ebd4b8cbc70affe13e9dac
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 11.31.12
|
||||
date: 2020-04-23T10:32:39.717Z
|
||||
- commits:
|
||||
- subject: Avoid patch-package warning with 'npm install -g --production'
|
||||
hash: ebdd04ec735ffaef239f5d5b41fbc1535a885b16
|
||||
|
@ -4,6 +4,12 @@ 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/).
|
||||
|
||||
## 11.31.12 - 2020-04-23
|
||||
|
||||
* Convert lib/actions/local/index.coffee to typescript [Pagan Gazzard]
|
||||
* Convert lib/actions/local/configure.coffee to javascript [Pagan Gazzard]
|
||||
* Convert lib/utils/tty to typescript [Pagan Gazzard]
|
||||
|
||||
## 11.31.11 - 2020-04-22
|
||||
|
||||
* Avoid patch-package warning with 'npm install -g --production' [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.11",
|
||||
"version": "11.31.12",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.11",
|
||||
"version": "11.31.12",
|
||||
"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