mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v11.31.17
This commit is contained in:
parent
a10d5b9abe
commit
b48d238be6
@ -1,3 +1,13 @@
|
||||
- commits:
|
||||
- subject: Convert lib/utils/docker-coffee.coffee to javascript
|
||||
hash: 23f2242e22a09c559bcb8b62ce4e8f5c8ad6e1db
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 11.31.17
|
||||
date: 2020-04-24T14:28:28.667Z
|
||||
- commits:
|
||||
- subject: Convert lib/actions/os.coffee to javascript
|
||||
hash: a5ce0436c75efa19fa7211b770961ecc3a3690ed
|
||||
|
@ -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.17 - 2020-04-24
|
||||
|
||||
* Convert lib/utils/docker-coffee.coffee to javascript [Pagan Gazzard]
|
||||
|
||||
## 11.31.16 - 2020-04-24
|
||||
|
||||
* Convert lib/actions/os.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.16",
|
||||
"version": "11.31.17",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.16",
|
||||
"version": "11.31.17",
|
||||
"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