mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-25 22:00:30 +00:00
v11.31.19
This commit is contained in:
parent
ffded6736a
commit
8dced8afe2
@ -1,3 +1,13 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Convert lib/actions/config.coffee to javascript
|
||||||
|
hash: 1a851f552ede3d37a1ca261da39ad5eae223b3be
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Pagan Gazzard
|
||||||
|
version: 11.31.19
|
||||||
|
date: 2020-04-24T21:09:29.030Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Convert lib/utils/compose.coffee to javascript
|
- subject: Convert lib/utils/compose.coffee to javascript
|
||||||
hash: 560b0abbe7a6966a6ba9094527ff3223cf3514aa
|
hash: 560b0abbe7a6966a6ba9094527ff3223cf3514aa
|
||||||
|
@ -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.19 - 2020-04-24
|
||||||
|
|
||||||
|
* Convert lib/actions/config.coffee to javascript [Pagan Gazzard]
|
||||||
|
|
||||||
## 11.31.18 - 2020-04-24
|
## 11.31.18 - 2020-04-24
|
||||||
|
|
||||||
* Convert lib/utils/compose.coffee to javascript [Pagan Gazzard]
|
* Convert lib/utils/compose.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.18",
|
"version": "11.31.19",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.31.18",
|
"version": "11.31.19",
|
||||||
"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…
x
Reference in New Issue
Block a user