Skip to content

Commit

Permalink
v16.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed Apr 12, 2022
1 parent 486d7a4 commit 62ca99b
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
40 changes: 40 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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 <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
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] <support@github.com>
signed-off-by: dependabot[bot] <support@github.com>
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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -122,6 +122,6 @@
"tslib": "^2.1.0"
},
"versionist": {
"publishedAt": "2022-04-11T17:42:33.968Z"
"publishedAt": "2022-04-12T18:01:18.816Z"
}
}

0 comments on commit 62ca99b

Please sign in to comment.