This commit is contained in:
Resin CI 2018-12-19 16:06:15 +01:00
parent 980f5da3a7
commit e74f2fd7da
3 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: 'device-api: Add morgan to log api requests'
hash: 45b322b7e093abfa60ebb476c2cc477800de06b7
body: ''
footer:
Change-type: minor
change-type: minor
Closes: '#834'
closes: '#834'
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 9.1.0
date: 2018-12-19T14:31:25.055Z
- commits: - commits:
- subject: 'refactor: Convert update-lock module to typescript' - subject: 'refactor: Convert update-lock module to typescript'
hash: b977b30dfee0b9d309133c2569ffe6a9e5af783c hash: b977b30dfee0b9d309133c2569ffe6a9e5af783c

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! 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/).
## 9.1.0 - 2018-12-19
* Device-api: Add morgan to log api requests [Cameron Diver]
## 9.0.3 - 2018-12-19 ## 9.0.3 - 2018-12-19
* Refactor: Convert update-lock module to typescript [Cameron Diver] * Refactor: Convert update-lock module to typescript [Cameron Diver]

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": "9.0.3", "version": "9.1.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",