Skip to content

Commit

Permalink
v17.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jul 30, 2024
1 parent f58d7b1 commit 6b9f587
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 3 deletions.
24 changes: 24 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
- commits:
- subject: Update dependency @balena/sbvr-types to v8
hash: 60c62f98e11d91aa89f67f36c91c66d197024bd8
body: |
Update @balena/sbvr-types from 7.1.3 to 8.0.0
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: Improve BigInteger and BigSerial support
hash: b9b1fc31b91220e66dcb23f43b92036d6e758045
body: ""
footer:
Change-type: major
change-type: major
author: Josh Bowling
version: sbvr-types-8.0.0
title: ""
date: 2024-06-12T22:37:59.778Z
version: 17.3.3
title: ""
date: 2024-07-30T01:45:25.517Z
- commits:
- subject: Convert unknown errors to 500 errors rather than 404 for clarity
hash: 4a48c5467fc9f48e4744846dc8cd055abb01f808
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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/).

# v17.3.3
## (2024-07-30)


<details>
<summary> Update dependency @balena/sbvr-types to v8 [Self-hosted Renovate Bot] </summary>

> ## sbvr-types-8.0.0
> ### (2024-06-12)
>
> * Improve BigInteger and BigSerial support [Josh Bowling]
>

</details>

# v17.3.2
## (2024-07-24)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.3.2
17.3.3
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": "17.3.2",
"version": "17.3.3",
"main": "out/server-glue/module",
"type": "commonjs",
"repository": "[email protected]:balena-io/pinejs.git",
Expand Down Expand Up @@ -146,6 +146,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2024-07-24T23:35:59.121Z"
"publishedAt": "2024-07-30T01:45:26.933Z"
}
}

0 comments on commit 6b9f587

Please sign in to comment.