Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 2, 2024
1 parent 43d0f35 commit a1f4238
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 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: Update @types/supertest to v6
hash: 698ac4eb72b41b86f9c1644024f3e5df14eb44d6
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 2.0.2
title: ""
date: 2024-01-02T08:55:18.097Z
- commits:
- subject: "get(): Fix returning an empty object instead of undefined"
hash: c69bc3a3ecf7f542b58ce1d70240cfb9c02fda31
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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/).

## 2.0.2 - 2024-01-02

* Update @types/supertest to v6 [Thodoris Greasidis]

## 2.0.1 - 2023-10-10

* get(): Fix returning an empty object instead of undefined [Thodoris Greasidis]
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": "2.0.1",
"version": "2.0.2",
"description": "This module provides the nodejs interface for the pinejs API using request.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -50,6 +50,6 @@
"supertest": "^6.3.3"
},
"versionist": {
"publishedAt": "2023-10-10T12:55:50.123Z"
"publishedAt": "2024-01-02T08:55:18.188Z"
}
}

0 comments on commit a1f4238

Please sign in to comment.