Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 9, 2024
1 parent 439fbd8 commit 936fca5
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 2 deletions.
42 changes: 42 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
- commits:
- subject: Update dependencies
hash: a8d338d760250970bc9507843363997832b337d3
body: |
Update pinejs-client-core from 8.0.1 to 8.1.1
Update @balena/abstract-sql-to-typescript from 4.0.6 to 5.0.0
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested:
- commits:
- subject: Update @balena/abstract-sql-to-typescript to 5.0.0
hash: cdea88ba8c8ce13513b3e4400a8035c1957c8307
body: |
Update @balena/abstract-sql-to-typescript from 4.0.9 to 5.0.0
Chose a patch change type since this is a
type only import.
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: pinejs-client-js-8.1.1
title: ""
date: 2024-10-09T14:28:39.149Z
- commits:
- subject: Add support for calling odata fns
hash: befd5b25dc3c8f2d663c138255c68e4108abf8c9
body: ""
footer:
Change-type: minor
change-type: minor
author: Otavio Jacobi
nested: []
version: pinejs-client-js-8.1.0
title: ""
date: 2024-10-09T13:01:51.754Z
version: 3.0.1
title: ""
date: 2024-10-09T14:43:59.582Z
- commits:
- subject: Switch to Node16 module resolution
hash: 2635fc736753cf5a01454119dc0929f1f3197161
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ 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/).

## 3.0.1 - 2024-10-09


<details>
<summary> Update dependencies [Thodoris Greasidis] </summary>

> ### pinejs-client-js-8.1.1 - 2024-10-09
>
> * Update @balena/abstract-sql-to-typescript to 5.0.0 [Thodoris Greasidis]
>
> ### pinejs-client-js-8.1.0 - 2024-10-09
>
> * Add support for calling odata fns [Otavio Jacobi]
>
</details>

## 3.0.0 - 2024-09-14

* Switch to Node16 module resolution [Pagan Gazzard]
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": "pinejs-client-supertest",
"version": "3.0.0",
"version": "3.0.1",
"description": "This module provides the nodejs interface for the pinejs API using request.",
"type": "commonjs",
"main": "build/index.js",
Expand Down Expand Up @@ -53,6 +53,6 @@
"supertest": "^7.0.0"
},
"versionist": {
"publishedAt": "2024-09-14T06:07:02.797Z"
"publishedAt": "2024-10-09T14:44:00.747Z"
}
}

0 comments on commit 936fca5

Please sign in to comment.