Skip to content

Commit

Permalink
v14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 4, 2024
1 parent 3947d47 commit 23a28dd
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
36 changes: 36 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
- commits:
- subject: Switch tsconfig module to Node16
hash: 87bd6d494fc65c3fbcef83655bc65651c671782f
body: ""
footer:
Change-type: major
change-type: major
author: Pagan Gazzard
nested: []
- subject: Update form-data-encoder to 4.x and formdata-node to 6.x
hash: 676f92a98921e912a7f7bb0f8b1d42f1cb9f9268
body: ""
footer:
Change-type: major
change-type: major
author: Pagan Gazzard
nested: []
- subject: Update tsconfig target to es2017
hash: b9a06f235143dacd9daa35e8a6e88df8f1cb1013
body: ""
footer:
Change-type: major
change-type: major
author: Pagan Gazzard
nested: []
- subject: Set `type` to `commonjs` in package.json
hash: e5184c777fd5c5d473bb9fe78b3bbf5399fd6b2d
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 14.0.0
title: ""
date: 2024-12-04T16:40:30.923Z
- commits:
- subject: "Tests: Convert to typescript"
hash: 2697961c510380f62735cf0a3e9a2c2224e70545
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## 14.0.0 - 2024-12-04

* Switch tsconfig module to Node16 [Pagan Gazzard]
* Update form-data-encoder to 4.x and formdata-node to 6.x [Pagan Gazzard]
* Update tsconfig target to es2017 [Pagan Gazzard]
* Set `type` to `commonjs` in package.json [Pagan Gazzard]

## 13.3.4 - 2024-12-04

* Tests: Convert to typescript [Pagan Gazzard]
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-request",
"version": "13.3.4",
"version": "14.0.0",
"description": "Balena HTTP client",
"type": "commonjs",
"main": "build/request.js",
Expand Down Expand Up @@ -83,6 +83,6 @@
"balena-auth": "^6.0.1"
},
"versionist": {
"publishedAt": "2024-12-04T16:10:07.472Z"
"publishedAt": "2024-12-04T16:40:31.095Z"
}
}

0 comments on commit 23a28dd

Please sign in to comment.