mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-08 20:04:14 +00:00
v11.31.22
This commit is contained in:
parent
e8cd4153c7
commit
6602845202
@ -1,3 +1,13 @@
|
||||
- commits:
|
||||
- subject: Convert lib/actions/device.coffee to javascript
|
||||
hash: 0cfa1a0dfb4bdce1f1becd108ed002354fb1504b
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 11.31.22
|
||||
date: 2020-04-25T14:11:29.551Z
|
||||
- commits:
|
||||
- subject: Install types for modules used in javascript to improve type checking
|
||||
hash: d9f42b888dd21817f0bc256e18056f0676453ffb
|
||||
|
@ -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.31.22 - 2020-04-25
|
||||
|
||||
* Convert lib/actions/device.coffee to javascript [Pagan Gazzard]
|
||||
|
||||
## 11.31.21 - 2020-04-25
|
||||
|
||||
* Install types for modules used in javascript to improve type checking [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.21",
|
||||
"version": "11.31.22",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.21",
|
||||
"version": "11.31.22",
|
||||
"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