This commit is contained in:
Balena CI 2022-01-03 18:03:55 +02:00 committed by VersionBot
parent a355cbaa79
commit d17e02a930
4 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Convert lib/utils/compose to typescript
hash: bd021c0a2da0f6702b806d928386a7681f889246
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 13.1.2
date: 2022-01-03T15:32:11.873Z
- commits: - commits:
- subject: Update dependencies - subject: Update dependencies
hash: e27a4e2e3173ba7eb27ca5bd94642e93acbd4b8a hash: e27a4e2e3173ba7eb27ca5bd94642e93acbd4b8a

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/).
## 13.1.2 - 2022-01-03
* Convert lib/utils/compose to typescript [Pagan Gazzard]
## 13.1.1 - 2021-12-30 ## 13.1.1 - 2021-12-30

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "13.1.1", "version": "13.1.2",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",
@ -287,6 +287,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2021-12-30T12:39:16.094Z" "publishedAt": "2022-01-03T15:32:12.163Z"
} }
} }