v11.25.12

This commit is contained in:
Balena CI 2020-02-10 17:53:58 +02:00
parent 277da3ea9c
commit cefb3acc1f
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Convert lib/actions/app to typescript
hash: 99f84c2f6a5ceff0383065ac7f320668914d6fad
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.25.12
date: 2020-02-10T15:04:43.136Z
- commits:
- subject: Convert lib/auth/utils to typescript
hash: 4de41ce3e0036fbdfe3b636252ef1d4de8813507

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.12 - 2020-02-10
* Convert lib/actions/app to typescript [Pagan Gazzard]
## 11.25.11 - 2020-02-10
* Convert lib/auth/utils to typescript [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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