mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v13.1.3
This commit is contained in:
parent
2563c07c6a
commit
92b86330a0
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: Convert lib/utils/deploy-legacy to typescript
|
||||
hash: 1d4b949cf305a10f8a5225b42591a642d88dd9a4
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
nested: []
|
||||
version: 13.1.3
|
||||
date: 2022-01-03T16:25:02.945Z
|
||||
- commits:
|
||||
- subject: Convert lib/utils/compose to typescript
|
||||
hash: bd021c0a2da0f6702b806d928386a7681f889246
|
||||
|
@ -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/).
|
||||
|
||||
## 13.1.3 - 2022-01-03
|
||||
|
||||
* Convert lib/utils/deploy-legacy to typescript [Pagan Gazzard]
|
||||
|
||||
## 13.1.2 - 2022-01-03
|
||||
|
||||
* Convert lib/utils/compose to typescript [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.1.2",
|
||||
"version": "13.1.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.1.2",
|
||||
"version": "13.1.3",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -287,6 +287,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-01-03T15:32:12.163Z"
|
||||
"publishedAt": "2022-01-03T16:25:03.252Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user