mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
v12.3.5
This commit is contained in:
parent
2fc50eecf5
commit
41a8e1b2a4
@ -1,3 +1,13 @@
|
||||
- commits:
|
||||
- subject: Add typing info to requires wherever possible
|
||||
hash: 5e94f3f9c9671fbbb9ff31a9ae2f747a8ccdab42
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 12.3.5
|
||||
date: 2020-06-30T22:23:34.960Z
|
||||
- commits:
|
||||
- subject: Update dependencies still using balena-sdk 10.x
|
||||
hash: 209ea64b82418f369c2a98e42ecd43d60d4560cc
|
||||
|
@ -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/).
|
||||
|
||||
## 12.3.5 - 2020-06-30
|
||||
|
||||
* Add typing info to requires wherever possible [Pagan Gazzard]
|
||||
|
||||
## 12.3.4 - 2020-06-30
|
||||
|
||||
* Update dependencies still using balena-sdk 10.x [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.3.4",
|
||||
"version": "12.3.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.3.4",
|
||||
"version": "12.3.5",
|
||||
"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