mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
v12.50.3
This commit is contained in:
parent
9b6fb62e4f
commit
e86bed2336
@ -1,3 +1,19 @@
|
||||
- commits:
|
||||
- subject: Update resin-compose-parse from 2.1.3 to 2.3.0
|
||||
hash: 9b6fb62e4f9e206c2c51cf5b386580e0af8dc723
|
||||
body: |
|
||||
This adds support for Docker compose v2.4
|
||||
footer:
|
||||
Closes: '#2364'
|
||||
closes: '#2364'
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Tomás Migone <tomas@balena.io>
|
||||
signed-off-by: Tomás Migone <tomas@balena.io>
|
||||
author: Tomás Migone
|
||||
nested: []
|
||||
version: 12.50.3
|
||||
date: 2021-10-19T20:02:16.327Z
|
||||
- commits:
|
||||
- subject: Error message when renaming a fleet now mentions the target name.
|
||||
hash: c493c33e3896784ee60c9d4ac79721ca6b96a778
|
||||
|
@ -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.50.3 - 2021-10-19
|
||||
|
||||
* Update resin-compose-parse from 2.1.3 to 2.3.0 [Tomás Migone]
|
||||
|
||||
## 12.50.2 - 2021-10-05
|
||||
|
||||
* Error message when renaming a fleet now mentions the target name. [Carlo Miguel F. Cruz]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.50.2",
|
||||
"version": "12.50.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.50.2",
|
||||
"version": "12.50.3",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -289,6 +289,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-10-05T09:04:41.226Z"
|
||||
"publishedAt": "2021-10-19T20:02:16.558Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user