mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.40.1
This commit is contained in:
parent
d054ced541
commit
e28c3f9814
@ -1,3 +1,16 @@
|
||||
- commits:
|
||||
- subject: 'docs: emphasize that push emulation is not required in most cases'
|
||||
hash: c8e4d2c9a69e23ea0d324fadd424340a67ba9a08
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
author: Kyle Harding
|
||||
nested: []
|
||||
version: 12.40.1
|
||||
date: 2021-02-23T13:58:03.059Z
|
||||
- commits:
|
||||
- subject: Add support for docker-compose dev overlay in local pushes
|
||||
hash: f3d750a0247ae0f272392666d9d243ed65e8e4e6
|
||||
|
@ -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.40.1 - 2021-02-23
|
||||
|
||||
* docs: emphasize that push emulation is not required in most cases [Kyle Harding]
|
||||
|
||||
## 12.40.0 - 2021-02-09
|
||||
|
||||
* Add support for docker-compose dev overlay in local pushes [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.40.0",
|
||||
"version": "12.40.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.40.0",
|
||||
"version": "12.40.1",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user