mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.42.0
This commit is contained in:
parent
4f6f20f469
commit
fdc2bff063
@ -1,3 +1,22 @@
|
||||
- commits:
|
||||
- subject: 'balena device: Display public IP address field'
|
||||
hash: 50af0760ce36e4f96e02ed37bb9eaf802ad4386c
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: Chris Wiggins
|
||||
nested: []
|
||||
- subject: Update balena-sdk from 15.20.0 to 15.29.0
|
||||
hash: 43906d22c8540a4179f0545287042c1b2b652b43
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Chris Wiggins
|
||||
nested: []
|
||||
version: 12.42.0
|
||||
date: 2021-03-19T01:43:58.678Z
|
||||
- commits:
|
||||
- subject: Update supported npm version range in package.json (<7.0.0)
|
||||
hash: 5fc009a6ae736a2d6f1bdbb1d2d83f9169eaeaa4
|
||||
|
@ -4,6 +4,11 @@ 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.42.0 - 2021-03-19
|
||||
|
||||
* balena device: Display public IP address field [Chris Wiggins]
|
||||
* Update balena-sdk from 15.20.0 to 15.29.0 [Chris Wiggins]
|
||||
|
||||
## 12.41.3 - 2021-03-17
|
||||
|
||||
* Update supported npm version range in package.json (<7.0.0) [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.41.3",
|
||||
"version": "12.42.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.41.3",
|
||||
"version": "12.42.0",
|
||||
"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