mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
v11.29.3
This commit is contained in:
parent
a826f16469
commit
18d3ca3413
@ -1,3 +1,13 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Remove unused typings
|
||||||
|
hash: 505c3ec7d3bdf42eae5b15a3b8778dd38f467bd4
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Pagan Gazzard
|
||||||
|
version: 11.29.3
|
||||||
|
date: 2020-03-13T00:16:12.759Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Fix opn patch (npm installation warning)
|
- subject: Fix opn patch (npm installation warning)
|
||||||
hash: 5f552cf9a8df4f355689337ef999a58ab0e77e9a
|
hash: 5f552cf9a8df4f355689337ef999a58ab0e77e9a
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
## 11.29.3 - 2020-03-13
|
||||||
|
|
||||||
|
* Remove unused typings [Pagan Gazzard]
|
||||||
|
|
||||||
## 11.29.2 - 2020-03-12
|
## 11.29.2 - 2020-03-12
|
||||||
|
|
||||||
* Fix opn patch (npm installation warning) [Paulo Castro]
|
* Fix opn patch (npm installation warning) [Paulo Castro]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.29.2",
|
"version": "11.29.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.29.2",
|
"version": "11.29.3",
|
||||||
"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