Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Mar 4, 2024
1 parent 1d054fe commit a199efb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- commits:
- subject: Return `ISODateString` instead of `date`
hash: 37e2d446c0ec11f2e3a1ab41b1a205280062bd5d
body: >
The internal and external representation of the returned object from
pinejs should be consistent.
Pinejs internal interface will return date or date time fields as date object. For the external interface the object is JSON.stringified so that date becomes an ISO string anyway.
footer:
Change-type: major
change-type: major
Signed-off-by: fisehara <[email protected]>
signed-off-by: fisehara <[email protected]>
author: fisehara
version: 7.0.0
title: ""
date: 2024-03-04T17:37:23.873Z
- commits:
- subject: Update dependency @types/chai-datetime to ^0.0.39
hash: 428c5a2c94bd753cc2ffc6d1e012c3a743e1b4d2
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/).

# v7.0.0
## (2024-03-04)

* Return `ISODateString` instead of `date` [fisehara]

# v6.1.1
## (2024-01-02)

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": "6.1.1",
"version": "7.0.0",
"description": "SBVR type definitions.",
"main": "out",
"scripts": {
Expand Down Expand Up @@ -55,6 +55,6 @@
"npm": ">=8.1.0"
},
"versionist": {
"publishedAt": "2024-01-02T18:54:07.295Z"
"publishedAt": "2024-03-04T17:37:23.998Z"
}
}

0 comments on commit a199efb

Please sign in to comment.