mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-14 06:26:35 +00:00
v11.1.1
This commit is contained in:
parent
1987a3518d
commit
f79b53278d
@ -1,3 +1,27 @@
|
||||
- commits:
|
||||
- subject: Update copy-webpack-plugin
|
||||
hash: e5f1a6b6ed7473ebfaa9f67ec0d258e9edef38b7
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
- subject: Update ts-loader to 6.x
|
||||
hash: 59f300df629422284665b19b5cf9d931bfc30fcf
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
- subject: Update fork-ts-checker-webpack-plugin to 4.x
|
||||
hash: 9ed36ec00651199dc92afee1a41e6ef5bb8534c7
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 11.1.1
|
||||
date: 2020-04-10T11:51:52.777Z
|
||||
- commits:
|
||||
- subject: Support matching on device type within contracts
|
||||
hash: c9c0e650cb0f6655ac5a6c545e6b009c6fe6fa1c
|
||||
|
@ -4,6 +4,13 @@ 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/).
|
||||
|
||||
# v11.1.1
|
||||
## (2020-04-10)
|
||||
|
||||
* Update copy-webpack-plugin [Pagan Gazzard]
|
||||
* Update ts-loader to 6.x [Pagan Gazzard]
|
||||
* Update fork-ts-checker-webpack-plugin to 4.x [Pagan Gazzard]
|
||||
|
||||
# v11.1.0
|
||||
## (2020-04-09)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "11.1.0",
|
||||
"version": "11.1.1",
|
||||
"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": "11.1.0",
|
||||
"version": "11.1.1",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user