This commit is contained in:
Balena CI 2020-05-04 20:35:39 +03:00 committed by VersionBot
parent c127adcf03
commit 89848e6830
5 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Added Bearer Authorization spec
hash: 2007a98940ea93f8064b045fce52133a4b48bac0
body: ''
footer:
Closes: '#1249'
closes: '#1249'
Change-type: minor
change-type: minor
Signed-off-by: Miguel Casqueira <miguel@balena.io>
signed-off-by: Miguel Casqueira <miguel@balena.io>
author: Miguel Casqueira
version: 11.3.0
date: 2020-05-04T17:26:19.216Z
- commits: - commits:
- subject: Added explanation README for running specific tests - subject: Added explanation README for running specific tests
hash: a8ac3d0bc9344653d68c43fe3298171b379823d7 hash: a8ac3d0bc9344653d68c43fe3298171b379823d7

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/).
# v11.3.0
## (2020-05-04)
* Added Bearer Authorization spec [Miguel Casqueira]
# v11.2.0 # v11.2.0
## (2020-04-30) ## (2020-04-30)

View File

@ -1 +1 @@
11.2.0 11.3.0

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "11.2.0", "version": "11.3.0",
"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": "11.2.0", "version": "11.3.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",