This commit is contained in:
Balena CI 2020-08-19 12:57:07 +03:00 committed by VersionBot
parent 512a29b7f9
commit 8845e55d56
5 changed files with 202 additions and 3 deletions

View File

@ -1,3 +1,149 @@
- commits:
- subject: Update typed-error to 3.x
hash: 379730a9e1d6530ea8bc13715a46fe895b0d4ec8
body: |
Update typed-error from 2.0.0 to 3.2.1
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested:
- commits:
- subject: Update dependencies
hash: dc41949015399154efb4529183daa0dfc9269b52
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: typed-error-3.2.1
date: 2020-08-05T12:34:06.377Z
- commits:
- subject: update deps and specify minimum engine requirements
hash: 22f293afc187e67b88dab280951eb6e2bb504b24
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Will Boyce <will@balena.io>
signed-off-by: Will Boyce <will@balena.io>
author: Will Boyce
version: typed-error-3.2.0
date: 2019-11-20T09:52:39.017Z
- commits:
- subject: 'dev: Enforce prettier coding standards'
hash: 47c07a641fa39ddb833b41aff7a918accad08289
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Will Boyce <will@balena.io>
signed-off-by: Will Boyce <will@balena.io>
author: Will Boyce
- subject: 'npm: Update dependencies and remove `package-lock.json`'
hash: 067bceb5c8dfd46f7e4ff0f58dead46fd9626167
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Will Boyce <will@balena.io>
signed-off-by: Will Boyce <will@balena.io>
author: Will Boyce
- subject: 'codeowners: Add top contributors @wrboyce, @Page-, and @dfunckt'
hash: 6acc8757a594f74f264c8d68ea4501c61bda9951
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Will Boyce <will@balena.io>
signed-off-by: Will Boyce <will@balena.io>
author: Will Boyce
- subject: 'versionbot: Add CHANGELOG.yml (for nested changelogs)'
hash: 2b684a0bb0c95a5dbd3b130ba0f184d3464d298f
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Will Boyce <will@balena.io>
signed-off-by: Will Boyce <will@balena.io>
author: Will Boyce
version: typed-error-3.1.0
date: 2019-04-01T10:20:01.427Z
- commits:
- author: CameronDiver
body: ''
footers:
change-type: patch
signed-off-by: Cameron Diver <cameron@balena.io>
hash: aaa9391dc463c1037f85e845d30f6f9434bb4dc1
subject: Update README with new import style
date: '2018-11-01T12:08:25Z'
version: typed-error-3.0.2
- commits:
- author: Pagan Gazzard
body: ''
footers:
change-type: patch
hash: 627cdd281d7b086df8fe5ed1ccb0e0e0df3df062
subject: Update to typescript 3
- author: Pagan Gazzard
body: ''
footers:
change-type: patch
hash: 00d182bb2bc29bd82adb4e8ea4527f6bda6c5278
subject: Update dev dependencies
- author: Pagan Gazzard
body: ''
hash: 94adac5d747f16b9228b39e56007ee0126c6f99c
subject: Add node-10 to the circle test suite
date: '2018-10-29T14:05:23Z'
version: typed-error-3.0.1
- commits:
- author: Will Boyce
body: |-
* Switch to `export ...` syntax (from `export = ...`)
* Fix invalid export of class inheriting non-exported class
footers:
change-type: major
hash: a6307b8c04d3456ad7d8a6ac19035b5e718c4311
subject: Distribute generated typescript declaration
- author: Will Boyce
body: ''
footers:
change-type: patch
hash: 37c4b700baadba8cdd6bc0c40df74b30b1a6301c
subject: use circle for build/publish and add package-lock
- author: Will Boyce
body: ''
footers:
change-type: patch
hash: 83e809281f5172ca1ff71bdf0ee663cd504f1428
subject: add lint scripts/requirements
- author: Will Boyce
body: ''
footers:
change-type: minor
hash: da9431d08e501a0d4d0db3a7fb2c0bd06d76d064
subject: Remove `BaseError` class and directly subclass `Error`
- author: Will Boyce
body: ''
footers:
change-type: patch
hash: e46a36b54498b68f513c6cb947e217c11525e160
subject: 'Update dependencies, clean up package/tsconfig'
date: '2018-04-17T08:19:27Z'
version: typed-error-3.0.0
- commits:
- author: Akis Kesoglou
body: ''
footers:
change-type: patch
hash: d35c44f1e57f6386c6f769f8cafc28e0886719cc
subject: Add LICENSE
date: '2017-12-15T17:19:00Z'
version: typed-error-2.0.1
version: 11.12.7
date: 2020-08-19T09:09:56.021Z
- commits:
- subject: Update pinejs-client-request to 7.2.1
hash: 90fab43022c91bce7cea5ce6cd3b4440a6f707a0

View File

@ -4,6 +4,59 @@ 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.12.7
## (2020-08-19)
<details>
<summary> Update typed-error to 3.x [Pagan Gazzard] </summary>
> ## typed-error-3.2.1
> ### (2020-08-05)
>
> * Update dependencies [Pagan Gazzard]
>
> ## typed-error-3.2.0
> ### (2019-11-20)
>
> * update deps and specify minimum engine requirements [Will Boyce]
>
> ## typed-error-3.1.0
> ### (2019-04-01)
>
> * dev: Enforce prettier coding standards [Will Boyce]
> * npm: Update dependencies and remove `package-lock.json` [Will Boyce]
> * codeowners: Add top contributors @wrboyce, @Page-, and @dfunckt [Will Boyce]
> * versionbot: Add CHANGELOG.yml (for nested changelogs) [Will Boyce]
>
> ## typed-error-3.0.2
> ### (2018-11-01)
>
> * Update README with new import style [CameronDiver]
>
> ## typed-error-3.0.1
> ### (2018-10-29)
>
> * Update to typescript 3 [Pagan Gazzard]
> * Update dev dependencies [Pagan Gazzard]
> * Add node-10 to the circle test suite [Pagan Gazzard]
>
> ## typed-error-3.0.0
> ### (2018-04-17)
>
> * Distribute generated typescript declaration [Will Boyce]
> * use circle for build/publish and add package-lock [Will Boyce]
> * add lint scripts/requirements [Will Boyce]
> * Remove `BaseError` class and directly subclass `Error` [Will Boyce]
> * Update dependencies, clean up package/tsconfig [Will Boyce]
>
> ## typed-error-2.0.1
> ### (2017-12-15)
>
> * Add LICENSE [Akis Kesoglou]
>
</details>
# v11.12.6
## (2020-08-18)

View File

@ -1 +1 @@
11.12.6
11.12.7

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "11.12.6",
"version": "11.12.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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.12.6",
"version": "11.12.7",
"license": "Apache-2.0",
"repository": {
"type": "git",