diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3ad65a058..7739f566d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,43 @@ +- commits: + - subject: "tests: Update to work with latest major of superagent" + hash: f141912cfc09c930aa31f88afed006c8210c70d5 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + - subject: "patch: bump superagent from 3.8.3 to 7.1.2" + hash: ae3974af1965386bf236b7ae295e4a9ecc285f0c + body: > + Bumps [superagent](https://github.com/visionmedia/superagent) from 3.8.3 + to 7.1.2. + + - [Release notes](https://github.com/visionmedia/superagent/releases) + + - [Changelog](https://github.com/visionmedia/superagent/blob/master/HISTORY.md) + + - [Commits](https://github.com/visionmedia/superagent/commits) + + + --- + + updated-dependencies: + + - dependency-name: superagent + dependency-type: direct:development + update-type: version-update:semver-major + ... + footer: + Signed-off-by: dependabot[bot] + signed-off-by: dependabot[bot] + author: dependabot[bot] + nested: [] + version: 16.19.7 + title: "'patch: bump superagent from 3.8.3 to 7.1.2'" + date: 2022-04-12T18:01:18.368Z - commits: - subject: "patch: bump dotenv from 4.0.0 to 16.0.0" hash: b2ddda64df84d5a109b2adc1ee847ff5aef17000 diff --git a/CHANGELOG.md b/CHANGELOG.md index b999f87b1..eb7023793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! This project adheres to [Semantic Versioning](http://semver.org/). +## 16.19.7 - 2022-04-12 + +* tests: Update to work with latest major of superagent [Thodoris Greasidis] +* patch: bump superagent from 3.8.3 to 7.1.2 [dependabot[bot]] + ## 16.19.6 - 2022-04-11 * patch: bump dotenv from 4.0.0 to 16.0.0 [dependabot[bot]] diff --git a/package.json b/package.json index 93fbb05d3..c6b7e6a2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "16.19.6", + "version": "16.19.7", "description": "The Balena JavaScript SDK", "main": "index.js", "types": "index.d.ts", @@ -122,6 +122,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2022-04-11T17:42:33.968Z" + "publishedAt": "2022-04-12T18:01:18.816Z" } }