Skip to content

Commit

Permalink
v17.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jun 14, 2024
1 parent 1132311 commit 04e36e8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Avoid duplicate types when using sbvr-compiler to generate model types
hash: fd522e4ae75be1a7c7c927303d631c967d4bd9b9
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 17.0.2
title: ""
date: 2024-06-14T16:43:39.038Z
- commits:
- subject: Switch from `Object.prototype.hasOwnProperty.call` to `Object.hasOwn`
hash: 1343f0d463bf4271846343ee98de4d8afb9402f3
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/).

# v17.0.2
## (2024-06-14)

* Avoid duplicate types when using sbvr-compiler to generate model types [Pagan Gazzard]

# v17.0.1
## (2024-06-13)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.0.1
17.0.2
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.0.1",
"version": "17.0.2",
"main": "out/server-glue/module",
"type": "commonjs",
"repository": "[email protected]:balena-io/pinejs.git",
Expand Down Expand Up @@ -144,6 +144,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2024-06-13T13:34:06.133Z"
"publishedAt": "2024-06-14T16:43:39.754Z"
}
}

0 comments on commit 04e36e8

Please sign in to comment.