mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v11.25.11
This commit is contained in:
parent
8d3fb8fef5
commit
a9c0899c32
@ -1,3 +1,13 @@
|
||||
- commits:
|
||||
- subject: Convert lib/auth/utils to typescript
|
||||
hash: 4de41ce3e0036fbdfe3b636252ef1d4de8813507
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 11.25.11
|
||||
date: 2020-02-10T13:45:43.017Z
|
||||
- commits:
|
||||
- subject: 'CI builds: revert patch-package upgrade to fix patch errors'
|
||||
hash: 05d478b759a79e7e3f0ae9c1d4e5e9adce246409
|
||||
|
@ -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.11 - 2020-02-10
|
||||
|
||||
* Convert lib/auth/utils to typescript [Pagan Gazzard]
|
||||
|
||||
## 11.25.10 - 2020-02-08
|
||||
|
||||
* CI builds: revert patch-package upgrade to fix patch errors [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.25.10",
|
||||
"version": "11.25.11",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.25.10",
|
||||
"version": "11.25.11",
|
||||
"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