mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v11.35.9
This commit is contained in:
parent
a23759a1ba
commit
56a196210d
@ -1,3 +1,13 @@
|
||||
- commits:
|
||||
- subject: 'balena deploy: Fix "access denied" pushing images to registry'
|
||||
hash: ba0024645d5dc01c27bccdf8fc7b4a21d7dc79ee
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
version: 11.35.9
|
||||
date: 2020-05-25T16:12:33.417Z
|
||||
- commits:
|
||||
- subject: Fix lazy loading in utils/compose
|
||||
hash: a6f905b71cf9962df78e6b7feebf69d4b1412a24
|
||||
|
@ -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/).
|
||||
|
||||
## 11.35.9 - 2020-05-25
|
||||
|
||||
* balena deploy: Fix "access denied" pushing images to registry [Paulo Castro]
|
||||
|
||||
## 11.35.8 - 2020-05-25
|
||||
|
||||
* Fix lazy loading in utils/compose [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.35.8",
|
||||
"version": "11.35.9",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.35.8",
|
||||
"version": "11.35.9",
|
||||
"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