This commit is contained in:
Balena CI 2020-01-14 18:05:30 +02:00
parent c4829153fc
commit dd7d9d1570
4 changed files with 20 additions and 2 deletions

View File

@ -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

View File

@ -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
View File

@ -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": {

View File

@ -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",