v11.25.17

This commit is contained in:
Balena CI 2020-02-12 19:01:59 +02:00
parent 9a7fcfffe8
commit d48672fa93
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Convert lib/actions/auth to typescript
hash: f9ece2ce7de3d0c2089692e592c70828e92353f9
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.25.17
date: 2020-02-12T14:29:23.019Z
- commits: - commits:
- subject: Convert lib/auth/index to typescript - subject: Convert lib/auth/index to typescript
hash: 2b04763ac05d4b0a114b9a68d0366f65faa84399 hash: 2b04763ac05d4b0a114b9a68d0366f65faa84399

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

2
npm-shrinkwrap.json generated
View File

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

View File

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