This commit is contained in:
Balena CI
2021-09-01 01:59:03 +03:00
committed by VersionBot
parent 2c9e7bbd3e
commit 0ae52edbc8
5 changed files with 22 additions and 4 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Clean up configurations.md
hash: af51ef8eb54af96cf00657576908f020ac401488
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Miguel Casqueira <miguel@balena.io>
signed-off-by: Miguel Casqueira <miguel@balena.io>
author: Miguel Casqueira
nested: []
version: 12.10.5
date: 2021-08-31T22:51:45.166Z
- commits: - commits:
- subject: Include issues with downgrading versions in README - subject: Include issues with downgrading versions in README
hash: 1280ac365618eb4106e9c20dd4e738a22958d0b7 hash: 1280ac365618eb4106e9c20dd4e738a22958d0b7

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/).
# v12.10.5
## (2021-08-31)
* Clean up configurations.md [Miguel Casqueira]
# v12.10.4 # v12.10.4
## (2021-08-31) ## (2021-08-31)

View File

@ -1 +1 @@
12.10.4 12.10.5

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "12.10.4", "version": "12.10.5",
"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": "12.10.4", "version": "12.10.5",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
@ -138,6 +138,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2021-08-31T18:51:02.674Z" "publishedAt": "2021-08-31T22:51:45.357Z"
} }
} }