Skip to content

Commit

Permalink
v15.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 23, 2024
1 parent 7d236da commit 6130e72
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 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: Use `Node16` module resolution for typescript
hash: 32a73b7a08fac700d10b2606c04383ab05608c9b
body: |
This continues to expose only commonjs but makes it decided by more
standard nodejs means
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
nested: []
version: 15.5.0
title: ""
date: 2024-01-23T16:04:00.628Z
- commits:
- subject: Check that some fields are being updated for PATCH requests
hash: 8a8fe6582526e164810d46d8f12744a8113f8d74
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/).

# v15.5.0
## (2024-01-23)

* Use `Node16` module resolution for typescript [Pagan Gazzard]

# v15.4.5
## (2024-01-19)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.4.5
15.5.0
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": "15.4.5",
"version": "15.5.0",
"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-01-19T11:13:26.111Z"
"publishedAt": "2024-01-23T16:04:01.287Z"
}
}

0 comments on commit 6130e72

Please sign in to comment.