mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
v10.5.4
This commit is contained in:
parent
d3a7bbb7ac
commit
80b0063b0e
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: 'docs: update lockfile Python snippet'
|
||||
hash: d12c10b0c2092615ac5d94168db703b23744006b
|
||||
body: >
|
||||
Port over the downstream changes from
|
||||
https://github.com/balena-io/docs/pull/1184
|
||||
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.5.4
|
||||
date: 2019-10-30T13:04:37.635Z
|
||||
- commits:
|
||||
- subject: Convert some coffeescript tests to typescript
|
||||
hash: b5a427f2b984114e93a02233efb85df125dbbec5
|
||||
|
@ -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.5.4 - 2019-10-30
|
||||
|
||||
* Docs: update lockfile Python snippet [Matthew McGinn]
|
||||
|
||||
## 10.5.3 - 2019-10-30
|
||||
|
||||
* Convert some coffeescript tests to typescript [Cameron Diver]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.5.3",
|
||||
"version": "10.5.4",
|
||||
"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.5.3",
|
||||
"version": "10.5.4",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user