Skip to content

Commit

Permalink
v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jul 19, 2024
1 parent ab5ed18 commit ecf2e5e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- commits:
- subject: Update BigInteger and BigSerial TsTypes
hash: 45d3cd6262f094a0c43ffe308dccab4968c074be
body: |
Return big integer values as strings instead of bigint as we need to
parse them back into strings anyway when returning data from pine. The
new logic and types closely follow the same pattern we have for dates.
footer:
Change-type: major
change-type: major
author: Josh Bowling
version: 9.0.0
title: ""
date: 2024-07-19T11:37:53.565Z
- commits:
- subject: Improve BigInteger and BigSerial support
hash: b9b1fc31b91220e66dcb23f43b92036d6e758045
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/).

# v9.0.0
## (2024-07-19)

* Update BigInteger and BigSerial TsTypes [Josh Bowling]

# v8.0.0
## (2024-06-12)

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/sbvr-types",
"version": "8.0.0",
"version": "9.0.0",
"description": "SBVR type definitions.",
"main": "out",
"scripts": {
Expand Down Expand Up @@ -51,6 +51,6 @@
"npm": ">=8.1.0"
},
"versionist": {
"publishedAt": "2024-06-12T22:37:59.915Z"
"publishedAt": "2024-07-19T11:37:53.708Z"
}
}

0 comments on commit ecf2e5e

Please sign in to comment.