This commit is contained in:
Resin CI 2019-08-09 20:57:49 +03:00
parent 4b42ebdedd
commit 30da419033
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: 'docs: fix up typo "sucess" -> "success"'
hash: 8c9f974b072364283520e43bb3d0969eb8122d3d
body: |
Related to https://github.com/balena-io/docs/pull/1065
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.2.2
date: 2019-08-09T14:39:08.547Z
- commits:
- subject: Fix version documentation for journald endpoint
hash: 1794b334a0c806b516745a4544d4af75111b390a

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/).
## 10.2.2 - 2019-08-09
* Docs: fix up typo "sucess" -> "success" [Matthew McGinn]
## 10.2.1 - 2019-08-09
* Fix version documentation for journald endpoint [Cameron Diver]

2
package-lock.json generated
View File

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

View File

@ -1,7 +1,7 @@
{
"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.",
"version": "10.2.1",
"version": "10.2.2",
"license": "Apache-2.0",
"repository": {
"type": "git",