mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-21 22:47:48 +00:00
v11.24.0
This commit is contained in:
parent
c04e9665ad
commit
38194e6175
@ -1,3 +1,32 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: >-
|
||||||
|
Fix proxy support and add proxy exclusion feature (Node.js >= 10.16.0
|
||||||
|
only)
|
||||||
|
hash: 1e37c97ffbff1816fd50eaa2991f38e8c04bb810
|
||||||
|
body: >
|
||||||
|
See README for more details on proxy configuration and Node.js
|
||||||
|
compatibility.
|
||||||
|
footer:
|
||||||
|
Resolves: '#1335'
|
||||||
|
resolves: '#1335'
|
||||||
|
Connects-to: '#1580'
|
||||||
|
connects-to: '#1580'
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
Signed-off-by: Paulo Castro <paulo@balena.io>
|
||||||
|
signed-off-by: Paulo Castro <paulo@balena.io>
|
||||||
|
author: Paulo Castro
|
||||||
|
- subject: Update Github's templates for new CLI pull requests and issues
|
||||||
|
hash: 913f09924a3cf5efda79b2f27da705e29f48ed00
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Paulo Castro <paulo@balena.io>
|
||||||
|
signed-off-by: Paulo Castro <paulo@balena.io>
|
||||||
|
author: Paulo Castro
|
||||||
|
version: 11.24.0
|
||||||
|
date: 2020-01-27T12:17:33.237Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update dependencies
|
- subject: Update dependencies
|
||||||
hash: 77931b314a5436b4d6331621e7f9fbffa1cc880a
|
hash: 77931b314a5436b4d6331621e7f9fbffa1cc880a
|
||||||
|
@ -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!
|
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/).
|
||||||
|
|
||||||
|
## 11.24.0 - 2020-01-27
|
||||||
|
|
||||||
|
* Fix proxy support and add proxy exclusion feature (Node.js >= 10.16.0 only) [Paulo Castro]
|
||||||
|
* Update Github's templates for new CLI pull requests and issues [Paulo Castro]
|
||||||
|
|
||||||
## 11.23.0 - 2020-01-24
|
## 11.23.0 - 2020-01-24
|
||||||
|
|
||||||
* Update dependencies [Pagan Gazzard]
|
* Update dependencies [Pagan Gazzard]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.23.0",
|
"version": "11.24.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.23.0",
|
"version": "11.24.0",
|
||||||
"description": "The official balena CLI tool",
|
"description": "The official balena CLI tool",
|
||||||
"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…
Reference in New Issue
Block a user