mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
v11.30.5
This commit is contained in:
parent
eb5ad08649
commit
eca3e91512
@ -1,3 +1,13 @@
|
||||
- commits:
|
||||
- subject: Use balena-lint for javascript linting and add javascript type-checking
|
||||
hash: b3b22d63997ca76011297c714104c387213244a1
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 11.30.5
|
||||
date: 2020-03-25T12:15:04.187Z
|
||||
- commits:
|
||||
- subject: Deduplicate `balenaUrl` fetching in events
|
||||
hash: 47e85da78958826e76e091ea45ee81428555ddd7
|
||||
|
@ -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.5 - 2020-03-25
|
||||
|
||||
* Use balena-lint for javascript linting and add javascript type-checking [Pagan Gazzard]
|
||||
|
||||
## 11.30.4 - 2020-03-24
|
||||
|
||||
* Deduplicate `balenaUrl` fetching in events [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.30.4",
|
||||
"version": "11.30.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.30.4",
|
||||
"version": "11.30.5",
|
||||
"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