mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.6.5
This commit is contained in:
parent
73ba4a1283
commit
e2c9bf86c7
@ -1,3 +1,13 @@
|
||||
- commits:
|
||||
- subject: Enforce and improve lazy loading of resin-cli-form
|
||||
hash: eea8c83bff0bc135bf7e5fb8d881aea5671462b8
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 12.6.5
|
||||
date: 2020-07-09T09:53:48.653Z
|
||||
- commits:
|
||||
- subject: Reduce lodash usage in oclif actions
|
||||
hash: 5242510481bd7aa6c233e22a6029affb10f0954a
|
||||
|
@ -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.6.5 - 2020-07-09
|
||||
|
||||
* Enforce and improve lazy loading of resin-cli-form [Pagan Gazzard]
|
||||
|
||||
## 12.6.4 - 2020-07-08
|
||||
|
||||
* Reduce lodash usage in oclif actions [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.6.4",
|
||||
"version": "12.6.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.6.4",
|
||||
"version": "12.6.5",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user