This commit is contained in:
Balena CI 2021-10-01 22:36:09 +03:00 committed by VersionBot
parent a92db0f068
commit a140fe3f95
4 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: 'README: add instructions for development build'
hash: a92db0f0685321b9d47a6a50d85eccda7b97233e
body: |
The readme currently only details how to install the CLI from a binary
package, not how to build the CLI for testing during development. Add
instructions for how to build and test changes.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Joseph Kogut <joseph@balena.io>
signed-off-by: Joseph Kogut <joseph@balena.io>
author: Joseph Kogut
nested: []
version: 12.50.2
date: 2021-10-01T19:35:32.290Z
- commits:
- subject: Update dependencies (@sentry/node error reporting)
hash: 08dfc945f3ed1c518a7d1830a5a37d72fd5739fd

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 12.50.2 - 2021-10-01
* README: add instructions for development build [Joseph Kogut]
## 12.50.1 - 2021-09-30
* Update dependencies (@sentry/node error reporting) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.50.1",
"version": "12.50.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.50.1",
"version": "12.50.2",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -289,6 +289,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2021-09-30T00:16:32.621Z"
"publishedAt": "2021-10-01T19:35:32.524Z"
}
}