mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-14 06:26:34 +00:00
v11.25.15
This commit is contained in:
parent
5076ca7532
commit
bff845a0e4
@ -1,3 +1,13 @@
|
||||
- commits:
|
||||
- subject: Convert lib/auth/server to typescript
|
||||
hash: 93ba5832d88d4cbbede5d3a354ebb01f9c1bf9fa
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 11.25.15
|
||||
date: 2020-02-12T12:14:23.532Z
|
||||
- commits:
|
||||
- subject: Convert lib/actions/keys to typescript
|
||||
hash: a4b34c109d3a05e07c94fbc4fd311d2349ac84d5
|
||||
|
@ -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.15 - 2020-02-12
|
||||
|
||||
* Convert lib/auth/server to typescript [Pagan Gazzard]
|
||||
|
||||
## 11.25.14 - 2020-02-11
|
||||
|
||||
* Convert lib/actions/keys to typescript [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.25.14",
|
||||
"version": "11.25.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.25.14",
|
||||
"version": "11.25.15",
|
||||
"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