mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
v13.1.7
This commit is contained in:
parent
5f2d55f569
commit
58799915a9
@ -1,3 +1,14 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update to pkg 5
|
||||||
|
hash: 879d98ef98de9b252aa4b747cf0c69a17fe556f6
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Pagan Gazzard
|
||||||
|
nested: []
|
||||||
|
version: 13.1.7
|
||||||
|
date: 2022-01-06T16:25:49.972Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'Automation: enforce noImplicitAny for the type-checked javascript'
|
- subject: 'Automation: enforce noImplicitAny for the type-checked javascript'
|
||||||
hash: c4e317a2908eb9b23ca0355d783540a6f160b06d
|
hash: c4e317a2908eb9b23ca0355d783540a6f160b06d
|
||||||
|
@ -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.7 - 2022-01-06
|
||||||
|
|
||||||
|
* Update to pkg 5 [Pagan Gazzard]
|
||||||
|
|
||||||
## 13.1.6 - 2022-01-04
|
## 13.1.6 - 2022-01-04
|
||||||
|
|
||||||
* Automation: enforce noImplicitAny for the type-checked javascript [Pagan Gazzard]
|
* Automation: enforce noImplicitAny for the type-checked javascript [Pagan Gazzard]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "13.1.6",
|
"version": "13.1.7",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "13.1.6",
|
"version": "13.1.7",
|
||||||
"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": "2022-01-04T16:29:30.222Z"
|
"publishedAt": "2022-01-06T16:25:50.281Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user