v11.31.13

This commit is contained in:
Balena CI 2020-04-23 14:48:05 +03:00
parent d0e268815a
commit f7d4a37060
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Remove unnecessary files
hash: c3454d3abb5a8ddb46a373f91b6fc428ca412bfa
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.31.13
date: 2020-04-23T11:24:06.111Z
- commits: - commits:
- subject: Convert lib/actions/local/index.coffee to typescript - subject: Convert lib/actions/local/index.coffee to typescript
hash: da5e26f37ef190ddca5bc61ec4607e5f410109fe hash: da5e26f37ef190ddca5bc61ec4607e5f410109fe

View File

@ -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.13 - 2020-04-23
* Remove unnecessary files [Pagan Gazzard]
## 11.31.12 - 2020-04-23 ## 11.31.12 - 2020-04-23
* Convert lib/actions/local/index.coffee to typescript [Pagan Gazzard] * Convert lib/actions/local/index.coffee to typescript [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.31.12", "version": "11.31.13",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.31.12", "version": "11.31.13",
"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",