mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 14:13:07 +00:00
v11.31.28
This commit is contained in:
parent
5fef98bdf8
commit
b51d2fffbb
@ -1,3 +1,13 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Convert lib/utils/deploy-legacy.coffee to javascript
|
||||||
|
hash: 203ccaf97b79908e666a5dc7d878bdfdb8597ac2
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Pagan Gazzard
|
||||||
|
version: 11.31.28
|
||||||
|
date: 2020-04-30T11:54:08.737Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Convert lib/actions/help.coffee to javascript
|
- subject: Convert lib/actions/help.coffee to javascript
|
||||||
hash: a97398950e2ace9d4346aabeb067385d4218cc3c
|
hash: a97398950e2ace9d4346aabeb067385d4218cc3c
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
## 11.31.28 - 2020-04-30
|
||||||
|
|
||||||
|
* Convert lib/utils/deploy-legacy.coffee to javascript [Pagan Gazzard]
|
||||||
|
|
||||||
## 11.31.27 - 2020-04-30
|
## 11.31.27 - 2020-04-30
|
||||||
|
|
||||||
* Convert lib/actions/help.coffee to javascript [Pagan Gazzard]
|
* Convert lib/actions/help.coffee to javascript [Pagan Gazzard]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.31.27",
|
"version": "11.31.28",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.31.27",
|
"version": "11.31.28",
|
||||||
"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…
Reference in New Issue
Block a user