mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v11.21.2
This commit is contained in:
parent
c4829153fc
commit
dd7d9d1570
@ -1,3 +1,17 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: >-
|
||||||
|
Update CONTRIBUTING.md regarding npm installation and some common
|
||||||
|
gotchas
|
||||||
|
hash: 615f24edd342e2938805507390093964b20d0bda
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Paulo Castro <paulo@balena.io>
|
||||||
|
signed-off-by: Paulo Castro <paulo@balena.io>
|
||||||
|
author: Paulo Castro
|
||||||
|
version: 11.21.2
|
||||||
|
date: 2020-01-14T15:34:44.444Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'meta: Americanize all spellings'
|
- subject: 'meta: Americanize all spellings'
|
||||||
hash: 046743071dd0f2c1d283eadac2880807e83ead14
|
hash: 046743071dd0f2c1d283eadac2880807e83ead14
|
||||||
|
@ -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.21.2 - 2020-01-14
|
||||||
|
|
||||||
|
* Update CONTRIBUTING.md regarding npm installation and some common gotchas [Paulo Castro]
|
||||||
|
|
||||||
## 11.21.1 - 2020-01-13
|
## 11.21.1 - 2020-01-13
|
||||||
|
|
||||||
* Meta: Americanize all spellings [Matthew McGinn]
|
* Meta: Americanize all spellings [Matthew McGinn]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.21.1",
|
"version": "11.21.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.21.1",
|
"version": "11.21.2",
|
||||||
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user