This commit is contained in:
Balena CI 2020-03-16 22:48:08 +02:00
parent 49b0d7115b
commit c37079188f
5 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: 'logging: fix up some typos'
hash: ab7e8b55140cc3169e9337f8c29a77468b13be7c
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Matthew McGinn <matthew@balena.io>
signed-off-by: Matthew McGinn <matthew@balena.io>
author: Matthew McGinn
version: 10.10.3
date: 2020-03-16T19:31:23.505Z
- commits: - commits:
- subject: Bump acorn from 5.7.3 to 5.7.4 - subject: Bump acorn from 5.7.3 to 5.7.4
hash: f8363fc72b21386cc3561be576d8f21ec0463c89 hash: f8363fc72b21386cc3561be576d8f21ec0463c89

View File

@ -4,6 +4,11 @@ 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/).
# v10.10.3
## (2020-03-16)
* logging: fix up some typos [Matthew McGinn]
# v10.10.2 # v10.10.2
## (2020-03-16) ## (2020-03-16)

View File

@ -1 +1 @@
10.10.2 10.10.3

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "10.10.2", "version": "10.10.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.", "description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.",
"version": "10.10.2", "version": "10.10.3",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",