mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v11.30.15
This commit is contained in:
parent
9812239862
commit
4fe5a10029
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: 'Convert `internal scandevices`, `internal osinit` to typescript & oclif'
|
||||
hash: bc3fe296243a2e7d49e707b520f923f161205d9d
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
author: Scott Lowe
|
||||
version: 11.30.15
|
||||
date: 2020-04-03T14:42:10.003Z
|
||||
- commits:
|
||||
- subject: Updated dependencies (vulnerability advisory CVE-2019-20149)
|
||||
hash: 292ad89b7e19add49f2043045f491e512b86c03b
|
||||
|
@ -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/).
|
||||
|
||||
## 11.30.15 - 2020-04-03
|
||||
|
||||
* Convert `internal scandevices`, `internal osinit` to typescript & oclif [Scott Lowe]
|
||||
|
||||
## 11.30.14 - 2020-04-03
|
||||
|
||||
* Updated dependencies (vulnerability advisory CVE-2019-20149) [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.30.14",
|
||||
"version": "11.30.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.30.14",
|
||||
"version": "11.30.15",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user