Skip to content

Commit

Permalink
v20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 10, 2025
1 parent 74ecda3 commit 33bb115
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 3 deletions.
61 changes: 61 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
- commits:
- subject: Update node engines entry to clarify we don't actively support 21.x
hash: bb75825da9bf23f38f1c0fe2bae301d171d84de6
body: |
It might work but we don't actively support it/worry if it breaks
footer:
Change-type: major
change-type: major
author: Pagan Gazzard
nested: []
- subject: Use `instanceof Error` rather than lodash `_.isError`
hash: b13fb81d3586938003b915c11ac0c4c35d31f1fe
body: ""
footer:
Change-type: major
change-type: major
author: Pagan Gazzard
nested: []
- subject: Drop exposed S3 handler in favor of @balena/pinejs-webresource-s3 handler
hash: ec99776fbf3c0731c47349e06a5d566f35e9758b
body: ""
footer:
Change-type: major
change-type: major
author: Otavio Jacobi
nested: []
- subject: Update commander to 13.x
hash: 3ee1971703b3e07974b87915e298e67e4c876a5d
body: ""
footer:
Change-type: major
change-type: major
author: Pagan Gazzard
nested: []
- subject: Update chai to 5.x
hash: 03604c3aad00e6e27162d8db0ebcbcb4b76e17a5
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Convert to ESM
hash: e42d7ce07ab7401abb633540c128d0128f876bc9
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 20.0.0
title: ""
date: 2025-01-10T18:15:01.199Z
- commits:
- subject: Use for-of loops in preference of lodash `_.forEach`
hash: cef68084a2670d797559c2fd4a36825be67b7729
Expand Down Expand Up @@ -2121,6 +2174,7 @@






As balena-lint
Expand Down Expand Up @@ -2166,6 +2220,7 @@






As engine and npm is
Expand Down Expand Up @@ -2226,6 +2281,7 @@






Ensure that the
Expand Down Expand Up @@ -2349,6 +2405,7 @@






This also deprecates
Expand Down Expand Up @@ -2400,6 +2457,7 @@






It can in fact be a
Expand Down Expand Up @@ -2452,6 +2510,7 @@






We know what type
Expand Down Expand Up @@ -2509,6 +2568,7 @@






Update
Expand Down Expand Up @@ -2677,6 +2737,7 @@






This also deprecates
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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/).

# v20.0.0
## (2025-01-10)

* Update node engines entry to clarify we don't actively support 21.x [Pagan Gazzard]
* Use `instanceof Error` rather than lodash `_.isError` [Pagan Gazzard]
* Drop exposed S3 handler in favor of @balena/pinejs-webresource-s3 handler [Otavio Jacobi]
* Update commander to 13.x [Pagan Gazzard]
* Update chai to 5.x [Pagan Gazzard]
* Convert to ESM [Pagan Gazzard]

# v19.7.5
## (2025-01-09)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.7.5
20.0.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/pinejs",
"version": "19.7.5",
"version": "20.0.0",
"main": "out/server-glue/module.js",
"type": "module",
"repository": "git@github.com:balena-io/pinejs.git",
Expand Down Expand Up @@ -148,6 +148,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2025-01-09T18:45:55.503Z"
"publishedAt": "2025-01-10T18:15:02.174Z"
}
}

0 comments on commit 33bb115

Please sign in to comment.