mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.1.9
This commit is contained in:
parent
af071beef0
commit
e1d51305b0
@ -1,3 +1,13 @@
|
||||
- commits:
|
||||
- subject: Use `import type` where possible to explicitly import only type info
|
||||
hash: 6dce5c1212ca4ce7ee7339e0262cb16004c1439c
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 12.1.9
|
||||
date: 2020-06-24T13:48:37.916Z
|
||||
- commits:
|
||||
- subject: Standardize all references to Bluebird
|
||||
hash: 420a282bea1632842a77e3d62488f7aa60301d34
|
||||
|
@ -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/).
|
||||
|
||||
## 12.1.9 - 2020-06-24
|
||||
|
||||
* Use `import type` where possible to explicitly import only type info [Pagan Gazzard]
|
||||
|
||||
## 12.1.8 - 2020-06-24
|
||||
|
||||
* Standardize all references to Bluebird [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.1.8",
|
||||
"version": "12.1.9",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.1.8",
|
||||
"version": "12.1.9",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user