mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-11 06:53:56 +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:
|
- commits:
|
||||||
- subject: Add support for docker-compose dev overlay in local pushes
|
- subject: Add support for docker-compose dev overlay in local pushes
|
||||||
hash: f3d750a0247ae0f272392666d9d243ed65e8e4e6
|
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!
|
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/).
|
||||||
|
|
||||||
|
## 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
|
## 12.40.0 - 2021-02-09
|
||||||
|
|
||||||
* Add support for docker-compose dev overlay in local pushes [Scott Lowe]
|
* 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",
|
"name": "balena-cli",
|
||||||
"version": "12.40.0",
|
"version": "12.40.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.40.0",
|
"version": "12.40.1",
|
||||||
"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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user