mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 10:46:22 +00:00
v10.2.2
This commit is contained in:
parent
4b42ebdedd
commit
30da419033
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.2.1",
|
||||
"version": "10.2.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user