mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v11.31.13
This commit is contained in:
parent
d0e268815a
commit
f7d4a37060
@ -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:
|
||||
- subject: Convert lib/actions/local/index.coffee to typescript
|
||||
hash: da5e26f37ef190ddca5bc61ec4607e5f410109fe
|
||||
|
@ -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.13 - 2020-04-23
|
||||
|
||||
* Remove unnecessary files [Pagan Gazzard]
|
||||
|
||||
## 11.31.12 - 2020-04-23
|
||||
|
||||
* Convert lib/actions/local/index.coffee to typescript [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.12",
|
||||
"version": "11.31.13",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.12",
|
||||
"version": "11.31.13",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user