mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +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:
|
||||
- subject: Convert lib/actions/help.coffee to javascript
|
||||
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!
|
||||
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
|
||||
|
||||
* 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",
|
||||
"version": "11.31.27",
|
||||
"version": "11.31.28",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.27",
|
||||
"version": "11.31.28",
|
||||
"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