Skip to content

Commit

Permalink
v18.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Sep 13, 2024
1 parent 92b38f1 commit 04573f7
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
- commits:
- subject: Update dependencies
hash: 90241b75b4cddc82f6d147d1b84edac2939a905c
body: |
Update pinejs-client-core from 7.1.4 to 7.2.0
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested:
- commits:
- subject: Export `OptionsToResponse` type helper
hash: ae97930264fb22bc8d441bec282c29a90cabbb23
body: ""
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
nested: []
version: pinejs-client-js-7.2.0
title: ""
date: 2024-09-13T12:26:09.581Z
- commits:
- subject: Switch tsconfig module resolution to Node16
hash: 2c6b45dd7d8d64ae74b9f9efff50de12614780e4
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: pinejs-client-js-7.1.5
title: ""
date: 2024-09-13T12:13:12.995Z
version: 18.2.8
title: ""
date: 2024-09-13T14:03:33.234Z
- commits:
- subject: Update dependencies
hash: 5f68e9c1a73b073a071c244b693596adadf39b48
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ 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/).

# v18.2.8
## (2024-09-13)


<details>
<summary> Update dependencies [Pagan Gazzard] </summary>

> ## pinejs-client-js-7.2.0
> ### (2024-09-13)
>
> * Export `OptionsToResponse` type helper [Pagan Gazzard]
>
> ## pinejs-client-js-7.1.5
> ### (2024-09-13)
>
> * Switch tsconfig module resolution to Node16 [Pagan Gazzard]
>
</details>

# v18.2.7
## (2024-09-13)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.2.7
18.2.8
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": "18.2.7",
"version": "18.2.8",
"main": "out/server-glue/module",
"type": "commonjs",
"repository": "[email protected]:balena-io/pinejs.git",
Expand Down Expand Up @@ -147,6 +147,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2024-09-13T07:04:47.290Z"
"publishedAt": "2024-09-13T14:03:34.531Z"
}
}

0 comments on commit 04573f7

Please sign in to comment.