v11.25.16

This commit is contained in:
Balena CI 2020-02-12 15:57:18 +02:00
parent b8c7f23443
commit 9d04e616a8
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Convert lib/auth/index to typescript
hash: 2b04763ac05d4b0a114b9a68d0366f65faa84399
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.25.16
date: 2020-02-12T13:23:23.174Z
- commits:
- subject: Convert lib/auth/server to typescript
hash: 93ba5832d88d4cbbede5d3a354ebb01f9c1bf9fa

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.16 - 2020-02-12
* Convert lib/auth/index to typescript [Pagan Gazzard]
## 11.25.15 - 2020-02-12
* Convert lib/auth/server to typescript [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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