v11.25.14

This commit is contained in:
Balena CI 2020-02-12 13:56:18 +02:00
parent 173a48eede
commit af86ac73e6
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Convert lib/actions/keys to typescript
hash: a4b34c109d3a05e07c94fbc4fd311d2349ac84d5
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.25.14
date: 2020-02-11T23:18:12.969Z
- commits:
- subject: Convert lib/actions/notes to typescript
hash: f1220c6377475247a210233c23a9971552672483

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 11.25.14 - 2020-02-11
* Convert lib/actions/keys to typescript [Pagan Gazzard]
## 11.25.13 - 2020-02-10
* Convert lib/actions/notes to typescript [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.25.13",
"version": "11.25.14",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",