This commit is contained in:
Balena CI 2020-03-13 02:37:28 +02:00
parent a826f16469
commit 18d3ca3413
4 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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
View File

@ -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": {

View File

@ -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",